pub struct ArchitectureTag(/* private fields */);Expand description
An architecture-looking OCI tag.
Implementations§
Trait Implementations§
Source§impl Clone for ArchitectureTag
impl Clone for ArchitectureTag
Source§fn clone(&self) -> ArchitectureTag
fn clone(&self) -> ArchitectureTag
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 moreSource§impl Debug for ArchitectureTag
impl Debug for ArchitectureTag
Source§impl Display for ArchitectureTag
impl Display for ArchitectureTag
Source§impl Hash for ArchitectureTag
impl Hash for ArchitectureTag
Source§impl Ord for ArchitectureTag
impl Ord for ArchitectureTag
Source§fn cmp(&self, other: &ArchitectureTag) -> Ordering
fn cmp(&self, other: &ArchitectureTag) -> 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 ArchitectureTag
impl PartialEq for ArchitectureTag
Source§impl PartialOrd for ArchitectureTag
impl PartialOrd for ArchitectureTag
impl Eq for ArchitectureTag
impl StructuralPartialEq for ArchitectureTag
Auto Trait Implementations§
impl Freeze for ArchitectureTag
impl RefUnwindSafe for ArchitectureTag
impl Send for ArchitectureTag
impl Sync for ArchitectureTag
impl Unpin for ArchitectureTag
impl UnsafeUnpin for ArchitectureTag
impl UnwindSafe for ArchitectureTag
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