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