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