pub enum MacArtifacts {
Other(String),
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for MacArtifacts
impl Clone for MacArtifacts
Source§fn clone(&self) -> MacArtifacts
fn clone(&self) -> MacArtifacts
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 MacArtifacts
impl Debug for MacArtifacts
Source§impl Default for MacArtifacts
impl Default for MacArtifacts
Source§fn default() -> MacArtifacts
fn default() -> MacArtifacts
Returns the “default value” for a type. Read more
Source§impl Display for MacArtifacts
impl Display for MacArtifacts
Source§impl Ord for MacArtifacts
impl Ord for MacArtifacts
Source§fn cmp(&self, other: &MacArtifacts) -> Ordering
fn cmp(&self, other: &MacArtifacts) -> 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 MacArtifacts
impl PartialEq for MacArtifacts
Source§impl PartialOrd for MacArtifacts
impl PartialOrd for MacArtifacts
Source§impl Serialize for MacArtifacts
impl Serialize for MacArtifacts
impl Eq for MacArtifacts
impl StructuralPartialEq for MacArtifacts
Auto Trait Implementations§
impl Freeze for MacArtifacts
impl RefUnwindSafe for MacArtifacts
impl Send for MacArtifacts
impl Sync for MacArtifacts
impl Unpin for MacArtifacts
impl UnwindSafe for MacArtifacts
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