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