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