Struct concurrent_map::ConcurrentStackPusher
source · pub struct ConcurrentStackPusher<T: 'static + Send> { /* private fields */ }Implementations
sourceimpl<T: Send> ConcurrentStackPusher<T>
impl<T: Send> ConcurrentStackPusher<T>
Trait Implementations
sourceimpl<T: Clone + 'static + Send> Clone for ConcurrentStackPusher<T>
impl<T: Clone + 'static + Send> Clone for ConcurrentStackPusher<T>
sourcefn clone(&self) -> ConcurrentStackPusher<T>
fn clone(&self) -> ConcurrentStackPusher<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<T: Debug + 'static + Send> Debug for ConcurrentStackPusher<T>
impl<T: Debug + 'static + Send> Debug for ConcurrentStackPusher<T>
sourceimpl<T: Default + 'static + Send> Default for ConcurrentStackPusher<T>
impl<T: Default + 'static + Send> Default for ConcurrentStackPusher<T>
sourcefn default() -> ConcurrentStackPusher<T>
fn default() -> ConcurrentStackPusher<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for ConcurrentStackPusher<T>
impl<T> Send for ConcurrentStackPusher<T>
impl<T> Sync for ConcurrentStackPusher<T>
impl<T> Unpin for ConcurrentStackPusher<T>
impl<T> UnwindSafe for ConcurrentStackPusher<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more