pub enum SlotLifecycle {
FirstShredReceived,
CreatedBank,
Completed,
Dead,
}Variants§
Trait Implementations§
Source§impl Clone for SlotLifecycle
impl Clone for SlotLifecycle
Source§fn clone(&self) -> SlotLifecycle
fn clone(&self) -> SlotLifecycle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SlotLifecycle
Source§impl Debug for SlotLifecycle
impl Debug for SlotLifecycle
impl Eq for SlotLifecycle
Source§impl Hash for SlotLifecycle
impl Hash for SlotLifecycle
Source§impl PartialEq for SlotLifecycle
impl PartialEq for SlotLifecycle
impl StructuralPartialEq for SlotLifecycle
Auto Trait Implementations§
impl Freeze for SlotLifecycle
impl RefUnwindSafe for SlotLifecycle
impl Send for SlotLifecycle
impl Sync for SlotLifecycle
impl Unpin for SlotLifecycle
impl UnsafeUnpin for SlotLifecycle
impl UnwindSafe for SlotLifecycle
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