pub struct profileName;
Trait Implementations§
Source§impl Field for profileName
impl Field for profileName
Auto Trait Implementations§
impl Freeze for profileName
impl RefUnwindSafe for profileName
impl Send for profileName
impl Sync for profileName
impl Unpin for profileName
impl UnwindSafe for profileName
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