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