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