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