pub struct CoreWeak { /* private fields */ }Expand description
Implementations§
Auto Trait Implementations§
impl Freeze for CoreWeak
impl !RefUnwindSafe for CoreWeak
impl !Send for CoreWeak
impl !Sync for CoreWeak
impl Unpin for CoreWeak
impl !UnwindSafe for CoreWeak
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