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