pub struct LayoutVersion(/* private fields */);Expand description
OCI image layout version marker.
Implementations§
Trait Implementations§
Source§impl Clone for LayoutVersion
impl Clone for LayoutVersion
Source§fn clone(&self) -> LayoutVersion
fn clone(&self) -> LayoutVersion
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 moreSource§impl Debug for LayoutVersion
impl Debug for LayoutVersion
Source§impl Default for LayoutVersion
impl Default for LayoutVersion
Source§impl Display for LayoutVersion
impl Display for LayoutVersion
Source§impl FromStr for LayoutVersion
impl FromStr for LayoutVersion
Source§impl Hash for LayoutVersion
impl Hash for LayoutVersion
Source§impl Ord for LayoutVersion
impl Ord for LayoutVersion
Source§fn cmp(&self, other: &LayoutVersion) -> Ordering
fn cmp(&self, other: &LayoutVersion) -> Ordering
1.21.0 (const: unstable) · 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 LayoutVersion
impl PartialEq for LayoutVersion
Source§fn eq(&self, other: &LayoutVersion) -> bool
fn eq(&self, other: &LayoutVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LayoutVersion
impl PartialOrd for LayoutVersion
impl Eq for LayoutVersion
impl StructuralPartialEq for LayoutVersion
Auto Trait Implementations§
impl Freeze for LayoutVersion
impl RefUnwindSafe for LayoutVersion
impl Send for LayoutVersion
impl Sync for LayoutVersion
impl Unpin for LayoutVersion
impl UnsafeUnpin for LayoutVersion
impl UnwindSafe for LayoutVersion
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