pub struct StateContext(/* private fields */);
Implementations§
Source§impl StateContext
impl StateContext
Trait Implementations§
Source§impl Clone for StateContext
impl Clone for StateContext
Source§fn clone(&self) -> StateContext
fn clone(&self) -> StateContext
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StateContext
impl RefUnwindSafe for StateContext
impl Send for StateContext
impl Sync for StateContext
impl Unpin for StateContext
impl UnwindSafe for StateContext
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