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