pub struct SyncManager<T: BackendSyncable> { /* private fields */ }Expand description
Manager that enforces correct synchronization between frontend and backend
Implementations§
Source§impl<T: BackendSyncable> SyncManager<T>
impl<T: BackendSyncable> SyncManager<T>
Auto Trait Implementations§
impl<T> !Freeze for SyncManager<T>
impl<T> !RefUnwindSafe for SyncManager<T>
impl<T> Send for SyncManager<T>
impl<T> !Sync for SyncManager<T>
impl<T> Unpin for SyncManager<T>
impl<T> UnwindSafe for SyncManager<T>
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