pub enum State6 {}
Trait Implementations§
Source§impl<'de> Deserialize<'de> for State6
impl<'de> Deserialize<'de> for State6
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 NStateKind for State6
impl NStateKind for State6
Source§impl Ord for State6
impl Ord for State6
Source§impl PartialOrd for State6
impl PartialOrd for State6
impl Copy for State6
impl Eq for State6
impl RawStateKind for State6
impl Send for State6
impl StructuralPartialEq for State6
impl Sync for State6
Auto Trait Implementations§
impl Freeze for State6
impl RefUnwindSafe for State6
impl Unpin for State6
impl UnwindSafe for State6
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