pub enum SyncOn {
Global,
Init,
Always,
Signal(SignalSync, SigSpec),
}Expand description
Represents a sync statement
Variants§
Global
Global sync
Init
Initialization sync
Always
Always sync
Signal(SignalSync, SigSpec)
Signal sync
Trait Implementations§
impl StructuralPartialEq for SyncOn
Auto Trait Implementations§
impl Freeze for SyncOn
impl RefUnwindSafe for SyncOn
impl Send for SyncOn
impl Sync for SyncOn
impl Unpin for SyncOn
impl UnwindSafe for SyncOn
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