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