#[repr(u8)]pub enum SyncEvent {
New = 0,
Step = 1,
End = 2,
Once = 3,
}Variants§
Trait Implementations§
Source§impl Ord for SyncEvent
impl Ord for SyncEvent
Source§impl PartialOrd for SyncEvent
impl PartialOrd for SyncEvent
Source§impl TryFromPrimitive for SyncEvent
impl TryFromPrimitive for SyncEvent
impl Copy for SyncEvent
impl Eq for SyncEvent
impl StructuralPartialEq for SyncEvent
Auto Trait Implementations§
impl Freeze for SyncEvent
impl RefUnwindSafe for SyncEvent
impl Send for SyncEvent
impl Sync for SyncEvent
impl Unpin for SyncEvent
impl UnwindSafe for SyncEvent
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