pub struct z(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for z
Auto Trait Implementations§
impl Freeze for z
impl RefUnwindSafe for z
impl Send for z
impl Sync for z
impl Unpin for z
impl UnwindSafe for z
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