pub struct ChosenState {}Trait Implementations§
impl PrincipalState for ChosenState
Auto Trait Implementations§
impl Freeze for ChosenState
impl RefUnwindSafe for ChosenState
impl Send for ChosenState
impl Sync for ChosenState
impl Unpin for ChosenState
impl UnwindSafe for ChosenState
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