Struct cyfs_util::SyncEventManagerSync
source · [−]Implementations
sourceimpl<P, R> SyncEventManagerSync<P, R>where
P: Send + Sync + 'static,
R: 'static,
impl<P, R> SyncEventManagerSync<P, R>where
P: Send + Sync + 'static,
R: 'static,
Trait Implementations
sourceimpl<P: Clone, R: Clone> Clone for SyncEventManagerSync<P, R>where
P: Send + Sync + 'static,
R: 'static,
impl<P: Clone, R: Clone> Clone for SyncEventManagerSync<P, R>where
P: Send + Sync + 'static,
R: 'static,
sourcefn clone(&self) -> SyncEventManagerSync<P, R>
fn clone(&self) -> SyncEventManagerSync<P, R>
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<P, R> RefUnwindSafe for SyncEventManagerSync<P, R>
impl<P, R> Send for SyncEventManagerSync<P, R>
impl<P, R> Sync for SyncEventManagerSync<P, R>
impl<P, R> Unpin for SyncEventManagerSync<P, R>
impl<P, R> UnwindSafe for SyncEventManagerSync<P, R>
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