pub enum Synchronization {
SyncUnits,
SyncStorage,
}
Expand description
All synchronization types.
Variants§
Trait Implementations§
Source§impl Clone for Synchronization
impl Clone for Synchronization
Source§fn clone(&self) -> Synchronization
fn clone(&self) -> Synchronization
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Synchronization
impl Debug for Synchronization
Source§impl<'de> Deserialize<'de> for Synchronization
impl<'de> Deserialize<'de> for Synchronization
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for Synchronization
impl Display for Synchronization
Source§impl From<Synchronization> for Instruction
impl From<Synchronization> for Instruction
Source§fn from(value: Synchronization) -> Self
fn from(value: Synchronization) -> Self
Converts to this type from the input type.
Source§impl From<Synchronization> for Operation
impl From<Synchronization> for Operation
Source§fn from(value: Synchronization) -> Self
fn from(value: Synchronization) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Synchronization
impl PartialEq for Synchronization
Source§impl Serialize for Synchronization
impl Serialize for Synchronization
impl StructuralPartialEq for Synchronization
Auto Trait Implementations§
impl Freeze for Synchronization
impl RefUnwindSafe for Synchronization
impl Send for Synchronization
impl Sync for Synchronization
impl Unpin for Synchronization
impl UnwindSafe for Synchronization
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