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