Struct cyfs_util::SyncEventManager
source · [−]pub struct SyncEventManager<P, R>where
P: Send + Sync + 'static,
R: 'static,{ /* private fields */ }Implementations
sourceimpl<P, R> SyncEventManager<P, R>where
P: Send + Sync + 'static,
R: 'static,
impl<P, R> SyncEventManager<P, R>where
P: Send + Sync + 'static,
R: 'static,
Auto Trait Implementations
impl<P, R> !RefUnwindSafe for SyncEventManager<P, R>
impl<P, R> Send for SyncEventManager<P, R>
impl<P, R> Sync for SyncEventManager<P, R>
impl<P, R> Unpin for SyncEventManager<P, R>
impl<P, R> !UnwindSafe for SyncEventManager<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