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