pub struct ConStack<T>(/* private fields */);
Expand description
Concurrent stack
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for ConStack<T>
impl<T> !RefUnwindSafe for ConStack<T>
impl<T> Send for ConStack<T>
impl<T> Sync for ConStack<T>
impl<T> Unpin for ConStack<T>where
T: Unpin,
impl<T> UnwindSafe for ConStack<T>where
T: UnwindSafe,
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