pub enum AuraEventKind {
Apply {
stacks: u8,
},
Refresh {
stacks: u8,
},
Expire,
}Variants§
Trait Implementations§
Source§impl Clone for AuraEventKind
impl Clone for AuraEventKind
Source§fn clone(&self) -> AuraEventKind
fn clone(&self) -> AuraEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuraEventKind
impl Debug for AuraEventKind
impl Copy for AuraEventKind
Auto Trait Implementations§
impl Freeze for AuraEventKind
impl RefUnwindSafe for AuraEventKind
impl Send for AuraEventKind
impl Sync for AuraEventKind
impl Unpin for AuraEventKind
impl UnsafeUnpin for AuraEventKind
impl UnwindSafe for AuraEventKind
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