pub enum ImaNotes {
Rejected,
PendingApproval,
Group,
Redefined,
Renamed,
Intermediate,
PublishedWithoutApproval,
UnnamedValid,
UnnamedInvalid,
NamedAmphibole,
}Expand description
IMA notes for minerals.
Variants§
Rejected
PendingApproval
Group
Redefined
Renamed
Intermediate
PublishedWithoutApproval
UnnamedValid
UnnamedInvalid
NamedAmphibole
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ImaNotes
impl<'de> Deserialize<'de> for ImaNotes
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 ImaNotes
impl StructuralPartialEq for ImaNotes
Auto Trait Implementations§
impl Freeze for ImaNotes
impl RefUnwindSafe for ImaNotes
impl Send for ImaNotes
impl Sync for ImaNotes
impl Unpin for ImaNotes
impl UnwindSafe for ImaNotes
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