pub enum _0002 {
_1,
_2,
_3,
}Expand description
Syntax version number
Version number of the syntax identified in the syntax identifier (0001)
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _0002
impl<'de> Deserialize<'de> for _0002
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 _0002
impl StructuralPartialEq for _0002
Auto Trait Implementations§
impl Freeze for _0002
impl RefUnwindSafe for _0002
impl Send for _0002
impl Sync for _0002
impl Unpin for _0002
impl UnwindSafe for _0002
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