pub enum ClockErrorBoundLayoutVersion {
V2,
V3,
}Variants§
Trait Implementations§
Source§impl Clone for ClockErrorBoundLayoutVersion
impl Clone for ClockErrorBoundLayoutVersion
Source§fn clone(&self) -> ClockErrorBoundLayoutVersion
fn clone(&self) -> ClockErrorBoundLayoutVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClockErrorBoundLayoutVersion
Source§impl From<ClockErrorBoundLayoutVersion> for u16
impl From<ClockErrorBoundLayoutVersion> for u16
Source§fn from(value: ClockErrorBoundLayoutVersion) -> Self
fn from(value: ClockErrorBoundLayoutVersion) -> Self
Converts to this type from the input type.
Source§impl TryFrom<u8> for ClockErrorBoundLayoutVersion
impl TryFrom<u8> for ClockErrorBoundLayoutVersion
Auto Trait Implementations§
impl Freeze for ClockErrorBoundLayoutVersion
impl RefUnwindSafe for ClockErrorBoundLayoutVersion
impl Send for ClockErrorBoundLayoutVersion
impl Sync for ClockErrorBoundLayoutVersion
impl Unpin for ClockErrorBoundLayoutVersion
impl UnsafeUnpin for ClockErrorBoundLayoutVersion
impl UnwindSafe for ClockErrorBoundLayoutVersion
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