pub enum DesyncCommand {
AllBuffers(SyncAllBuffers),
SomeBuffers(Vec<PointerOrName>, SyncSomeBuffers),
}
Expand description
The desync command, used to stop updates from one or more buffers.
Response: None
Variants§
AllBuffers(SyncAllBuffers)
SomeBuffers(Vec<PointerOrName>, SyncSomeBuffers)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DesyncCommand
impl RefUnwindSafe for DesyncCommand
impl Send for DesyncCommand
impl Sync for DesyncCommand
impl Unpin for DesyncCommand
impl UnwindSafe for DesyncCommand
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