pub enum AnnotationStatus {
Active,
Superseded,
}Variants§
Trait Implementations§
Source§impl Clone for AnnotationStatus
impl Clone for AnnotationStatus
Source§fn clone(&self) -> AnnotationStatus
fn clone(&self) -> AnnotationStatus
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 moreimpl Copy for AnnotationStatus
Source§impl Debug for AnnotationStatus
impl Debug for AnnotationStatus
Source§impl<'de> Deserialize<'de> for AnnotationStatus
impl<'de> Deserialize<'de> for AnnotationStatus
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
impl Eq for AnnotationStatus
Source§impl PartialEq for AnnotationStatus
impl PartialEq for AnnotationStatus
Source§fn eq(&self, other: &AnnotationStatus) -> bool
fn eq(&self, other: &AnnotationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AnnotationStatus
impl Serialize for AnnotationStatus
impl StructuralPartialEq for AnnotationStatus
Auto Trait Implementations§
impl Freeze for AnnotationStatus
impl RefUnwindSafe for AnnotationStatus
impl Send for AnnotationStatus
impl Sync for AnnotationStatus
impl Unpin for AnnotationStatus
impl UnsafeUnpin for AnnotationStatus
impl UnwindSafe for AnnotationStatus
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