Struct ArchitectureTag
pub struct ArchitectureTag(/* private fields */);Expand description
An architecture-looking OCI tag.
Implementations§
§impl ArchitectureTag
impl ArchitectureTag
Trait Implementations§
§impl Clone for ArchitectureTag
impl Clone for ArchitectureTag
§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 more§impl Debug for ArchitectureTag
impl Debug for ArchitectureTag
§impl Display for ArchitectureTag
impl Display for ArchitectureTag
§impl Hash for ArchitectureTag
impl Hash for ArchitectureTag
§impl Ord for ArchitectureTag
impl Ord for ArchitectureTag
§impl PartialEq for ArchitectureTag
impl PartialEq for ArchitectureTag
§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