pub struct BagNode<R: Reclaim + 'static> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> !RefUnwindSafe for BagNode<R>
impl<R> !Send for BagNode<R>
impl<R> !Sync for BagNode<R>
impl<R> !UnwindSafe for BagNode<R>
impl<R> Freeze for BagNode<R>
impl<R> Unpin for BagNode<R>where
R: Unpin,
impl<R> UnsafeUnpin for BagNode<R>
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