Struct cyfs_util::ReenterCallManager
source · [−]pub struct ReenterCallManager<K, T>where
K: Hash + Eq + ToOwned<Owned = K>,
T: Send + 'static + Clone,{ /* private fields */ }Implementations
Trait Implementations
sourceimpl<K: Clone, T: Clone> Clone for ReenterCallManager<K, T>where
K: Hash + Eq + ToOwned<Owned = K>,
T: Send + 'static + Clone,
impl<K: Clone, T: Clone> Clone for ReenterCallManager<K, T>where
K: Hash + Eq + ToOwned<Owned = K>,
T: Send + 'static + Clone,
sourcefn clone(&self) -> ReenterCallManager<K, T>
fn clone(&self) -> ReenterCallManager<K, T>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl<K, T> RefUnwindSafe for ReenterCallManager<K, T>
impl<K, T> Send for ReenterCallManager<K, T>where
K: Send,
impl<K, T> Sync for ReenterCallManager<K, T>where
K: Send,
impl<K, T> Unpin for ReenterCallManager<K, T>
impl<K, T> UnwindSafe for ReenterCallManager<K, 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