pub enum AtomState {
Draft,
Proposed,
Accepted,
Deprecated,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AtomState
impl<'de> Deserialize<'de> for AtomState
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 AtomState
impl StructuralPartialEq for AtomState
Auto Trait Implementations§
impl Freeze for AtomState
impl RefUnwindSafe for AtomState
impl Send for AtomState
impl Sync for AtomState
impl Unpin for AtomState
impl UnsafeUnpin for AtomState
impl UnwindSafe for AtomState
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