pub struct SlotLifecycleUpdate {
pub parent_slot: Option<Slot>,
pub slot: Slot,
pub stage: SlotLifecycle,
}Fields§
§parent_slot: Option<Slot>§slot: Slot§stage: SlotLifecycleTrait Implementations§
Source§impl Clone for SlotLifecycleUpdate
impl Clone for SlotLifecycleUpdate
Source§fn clone(&self) -> SlotLifecycleUpdate
fn clone(&self) -> SlotLifecycleUpdate
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 SlotLifecycleUpdate
Source§impl Debug for SlotLifecycleUpdate
impl Debug for SlotLifecycleUpdate
impl Eq for SlotLifecycleUpdate
Source§impl From<SlotLifecycleUpdate> for BlockReplayEvent
impl From<SlotLifecycleUpdate> for BlockReplayEvent
Source§fn from(value: SlotLifecycleUpdate) -> Self
fn from(value: SlotLifecycleUpdate) -> Self
Converts to this type from the input type.
Source§impl Hash for SlotLifecycleUpdate
impl Hash for SlotLifecycleUpdate
Source§impl PartialEq for SlotLifecycleUpdate
impl PartialEq for SlotLifecycleUpdate
impl StructuralPartialEq for SlotLifecycleUpdate
Auto Trait Implementations§
impl Freeze for SlotLifecycleUpdate
impl RefUnwindSafe for SlotLifecycleUpdate
impl Send for SlotLifecycleUpdate
impl Sync for SlotLifecycleUpdate
impl Unpin for SlotLifecycleUpdate
impl UnsafeUnpin for SlotLifecycleUpdate
impl UnwindSafe for SlotLifecycleUpdate
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