Enum remote_settings_client::client::Attachment
source · [−]pub enum Attachment {
Pending,
None,
Some(AttachmentMetadata),
}
Variants
Pending
None
Some(AttachmentMetadata)
Trait Implementations
sourceimpl Debug for Attachment
impl Debug for Attachment
sourceimpl Default for Attachment
impl Default for Attachment
sourceimpl<'a> From<&'a Attachment> for Option<&'a AttachmentMetadata>
impl<'a> From<&'a Attachment> for Option<&'a AttachmentMetadata>
sourcefn from(val: &'a Attachment) -> Self
fn from(val: &'a Attachment) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<Attachment> for Attachment
impl PartialEq<Attachment> for Attachment
sourcefn eq(&self, other: &Attachment) -> bool
fn eq(&self, other: &Attachment) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Attachment) -> bool
fn ne(&self, other: &Attachment) -> bool
This method tests for !=
.
impl StructuralPartialEq for Attachment
Auto Trait Implementations
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
Blanket Implementations
sourceimpl<'a, T, E> AsTaggedExplicit<'a, E> for T where
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for T where
T: 'a,
sourceimpl<'a, T, E> AsTaggedImplicit<'a, E> for T where
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for T where
T: 'a,
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more