pub enum MetaType {
Any,
Type,
Number,
Int,
Uint,
Bool,
}
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MetaType
impl<'de> Deserialize<'de> for MetaType
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 Ord for MetaType
impl Ord for MetaType
Source§impl PartialOrd for MetaType
impl PartialOrd for MetaType
impl Eq for MetaType
impl StructuralPartialEq for MetaType
Auto Trait Implementations§
impl Freeze for MetaType
impl RefUnwindSafe for MetaType
impl Send for MetaType
impl Sync for MetaType
impl Unpin for MetaType
impl UnwindSafe for MetaType
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