pub struct Skin { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Skin
impl !RefUnwindSafe for Skin
impl !Send for Skin
impl !Sync for Skin
impl Unpin for Skin
impl !UnwindSafe for Skin
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