pub struct WeakIncr<T>(/* private fields */);Expand description
Type for use in weak hash maps of incrementals
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for WeakIncr<T>
impl<T> !RefUnwindSafe for WeakIncr<T>
impl<T> !Send for WeakIncr<T>
impl<T> !Sync for WeakIncr<T>
impl<T> Unpin for WeakIncr<T>
impl<T> !UnwindSafe for WeakIncr<T>
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