pub enum ReadType {
Read,
}Expand description
A type stand-in for the constant $y, deriving serde traits
Variants§
Read
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ReadType
impl<'de> Deserialize<'de> for ReadType
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 ReadType
impl Ord for ReadType
Source§impl PartialOrd for ReadType
impl PartialOrd for ReadType
impl Eq for ReadType
impl StructuralPartialEq for ReadType
Auto Trait Implementations§
impl Freeze for ReadType
impl RefUnwindSafe for ReadType
impl Send for ReadType
impl Sync for ReadType
impl Unpin for ReadType
impl UnwindSafe for ReadType
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