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