pub struct RestartChurnState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for RestartChurnState
impl Debug for RestartChurnState
Source§impl Default for RestartChurnState
impl Default for RestartChurnState
Source§fn default() -> RestartChurnState
fn default() -> RestartChurnState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RestartChurnState
impl RefUnwindSafe for RestartChurnState
impl Send for RestartChurnState
impl Sync for RestartChurnState
impl Unpin for RestartChurnState
impl UnsafeUnpin for RestartChurnState
impl UnwindSafe for RestartChurnState
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