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