#[repr(i32)]pub enum WireStagePhase {
Prefill = 1,
Decode = 2,
DecodeReplay = 3,
DecodeLight = 4,
}Variants§
Trait Implementations§
Source§impl Clone for WireStagePhase
impl Clone for WireStagePhase
Source§fn clone(&self) -> WireStagePhase
fn clone(&self) -> WireStagePhase
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 WireStagePhase
Source§impl Debug for WireStagePhase
impl Debug for WireStagePhase
impl Eq for WireStagePhase
Source§impl PartialEq for WireStagePhase
impl PartialEq for WireStagePhase
impl StructuralPartialEq for WireStagePhase
Auto Trait Implementations§
impl Freeze for WireStagePhase
impl RefUnwindSafe for WireStagePhase
impl Send for WireStagePhase
impl Sync for WireStagePhase
impl Unpin for WireStagePhase
impl UnsafeUnpin for WireStagePhase
impl UnwindSafe for WireStagePhase
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