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