pub struct UserLookupPath();
Trait Implementations§
Source§impl Clone for UserLookupPath
impl Clone for UserLookupPath
Source§fn clone(&self) -> UserLookupPath
fn clone(&self) -> UserLookupPath
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 UserLookupPath
impl Debug for UserLookupPath
Auto Trait Implementations§
impl Freeze for UserLookupPath
impl RefUnwindSafe for UserLookupPath
impl Send for UserLookupPath
impl Sync for UserLookupPath
impl Unpin for UserLookupPath
impl UnwindSafe for UserLookupPath
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