pub struct CircleSearchPath();
Trait Implementations§
Source§impl Clone for CircleSearchPath
impl Clone for CircleSearchPath
Source§fn clone(&self) -> CircleSearchPath
fn clone(&self) -> CircleSearchPath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CircleSearchPath
impl Debug for CircleSearchPath
Auto Trait Implementations§
impl Freeze for CircleSearchPath
impl RefUnwindSafe for CircleSearchPath
impl Send for CircleSearchPath
impl Sync for CircleSearchPath
impl Unpin for CircleSearchPath
impl UnwindSafe for CircleSearchPath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more