#[repr(u8)]pub enum SyncType {
Once = 0,
Normal = 1,
}Expand description
The target syncronization type
Variants§
Trait Implementations§
Source§impl Ord for SyncType
impl Ord for SyncType
Source§impl PartialOrd for SyncType
impl PartialOrd for SyncType
Source§impl TryFromPrimitive for SyncType
impl TryFromPrimitive for SyncType
impl Copy for SyncType
impl Eq for SyncType
impl StructuralPartialEq for SyncType
Auto Trait Implementations§
impl Freeze for SyncType
impl RefUnwindSafe for SyncType
impl Send for SyncType
impl Sync for SyncType
impl Unpin for SyncType
impl UnwindSafe for SyncType
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