pub struct WeakValueBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct WeakValue
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for WeakValueBuilder
impl RefUnwindSafe for WeakValueBuilder
impl !Send for WeakValueBuilder
impl !Sync for WeakValueBuilder
impl Unpin for WeakValueBuilder
impl UnwindSafe for WeakValueBuilder
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