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