#[repr(i16)]pub enum SerialConsistency {
Serial = 8,
LocalSerial = 9,
}
Variants§
Trait Implementations§
Source§impl Clone for SerialConsistency
impl Clone for SerialConsistency
Source§fn clone(&self) -> SerialConsistency
fn clone(&self) -> SerialConsistency
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 SerialConsistency
impl Debug for SerialConsistency
Source§impl Display for SerialConsistency
impl Display for SerialConsistency
Source§impl Ord for SerialConsistency
impl Ord for SerialConsistency
Source§fn cmp(&self, other: &SerialConsistency) -> Ordering
fn cmp(&self, other: &SerialConsistency) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SerialConsistency
impl PartialEq for SerialConsistency
Source§impl PartialOrd for SerialConsistency
impl PartialOrd for SerialConsistency
Source§impl TryFrom<Consistency> for SerialConsistency
impl TryFrom<Consistency> for SerialConsistency
Source§type Error = NonSerialConsistencyError
type Error = NonSerialConsistencyError
The type returned in the event of a conversion error.
Source§impl TryFrom<i16> for SerialConsistency
impl TryFrom<i16> for SerialConsistency
Source§type Error = TryFromPrimitiveError<SerialConsistency>
type Error = TryFromPrimitiveError<SerialConsistency>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for SerialConsistency
impl TryFromPrimitive for SerialConsistency
impl Copy for SerialConsistency
impl Eq for SerialConsistency
impl StructuralPartialEq for SerialConsistency
Auto Trait Implementations§
impl Freeze for SerialConsistency
impl RefUnwindSafe for SerialConsistency
impl Send for SerialConsistency
impl Sync for SerialConsistency
impl Unpin for SerialConsistency
impl UnwindSafe for SerialConsistency
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