pub struct StateKey(/* private fields */);
Trait Implementations§
Source§impl Ord for StateKey
impl Ord for StateKey
Source§impl PartialOrd for StateKey
impl PartialOrd for StateKey
Source§impl StaticType for StateKey
impl StaticType for StateKey
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for StateKey
impl StructuralPartialEq for StateKey
Auto Trait Implementations§
impl Freeze for StateKey
impl RefUnwindSafe for StateKey
impl !Send for StateKey
impl !Sync for StateKey
impl Unpin for StateKey
impl UnwindSafe for StateKey
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