pub struct Synced;Expand description
Synchronization dialog: system_id obtained, BPD/UPD cached. No business ops allowed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Synced
impl RefUnwindSafe for Synced
impl Send for Synced
impl Sync for Synced
impl Unpin for Synced
impl UnsafeUnpin for Synced
impl UnwindSafe for Synced
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