pub enum ArtifactClass {
ProtectedRawCompanion,
PrivateRawIgc,
}Expand description
The two restricted artifact classes that require a signed fetch proof.
Variants§
Trait Implementations§
Source§impl Clone for ArtifactClass
impl Clone for ArtifactClass
Source§fn clone(&self) -> ArtifactClass
fn clone(&self) -> ArtifactClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArtifactClass
impl Debug for ArtifactClass
Source§impl<'de> Deserialize<'de> for ArtifactClass
impl<'de> Deserialize<'de> for ArtifactClass
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ArtifactClass
impl PartialEq for ArtifactClass
Source§fn eq(&self, other: &ArtifactClass) -> bool
fn eq(&self, other: &ArtifactClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ArtifactClass
impl Serialize for ArtifactClass
impl Eq for ArtifactClass
impl StructuralPartialEq for ArtifactClass
Auto Trait Implementations§
impl Freeze for ArtifactClass
impl RefUnwindSafe for ArtifactClass
impl Send for ArtifactClass
impl Sync for ArtifactClass
impl Unpin for ArtifactClass
impl UnsafeUnpin for ArtifactClass
impl UnwindSafe for ArtifactClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.