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