Struct LayoutVersion
pub struct LayoutVersion(/* private fields */);Expand description
OCI image layout version marker.
Implementations§
§impl LayoutVersion
impl LayoutVersion
Trait Implementations§
§impl Clone for LayoutVersion
impl Clone for LayoutVersion
§fn clone(&self) -> LayoutVersion
fn clone(&self) -> LayoutVersion
Returns a duplicate 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 more§impl Debug for LayoutVersion
impl Debug for LayoutVersion
§impl Default for LayoutVersion
impl Default for LayoutVersion
§fn default() -> LayoutVersion
fn default() -> LayoutVersion
Returns the “default value” for a type. Read more
§impl Display for LayoutVersion
impl Display for LayoutVersion
§impl FromStr for LayoutVersion
impl FromStr for LayoutVersion
§impl Hash for LayoutVersion
impl Hash for LayoutVersion
§impl Ord for LayoutVersion
impl Ord for LayoutVersion
§impl PartialEq for LayoutVersion
impl PartialEq for LayoutVersion
§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