pub struct VerifiedChannelDispatchAdvanceV1 { /* private fields */ }Implementations§
Source§impl VerifiedChannelDispatchAdvanceV1
impl VerifiedChannelDispatchAdvanceV1
pub const fn effect_slot(&self) -> &EconomicEffectSlotV1
pub const fn request_replay(&self) -> &EconomicRequestReplayV1
pub fn reservation_digest(&self) -> &str
pub fn previous_checkpoint_digest(&self) -> &str
Trait Implementations§
Source§impl Clone for VerifiedChannelDispatchAdvanceV1
impl Clone for VerifiedChannelDispatchAdvanceV1
Source§fn clone(&self) -> VerifiedChannelDispatchAdvanceV1
fn clone(&self) -> VerifiedChannelDispatchAdvanceV1
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 moreAuto Trait Implementations§
impl Freeze for VerifiedChannelDispatchAdvanceV1
impl RefUnwindSafe for VerifiedChannelDispatchAdvanceV1
impl Send for VerifiedChannelDispatchAdvanceV1
impl Sync for VerifiedChannelDispatchAdvanceV1
impl Unpin for VerifiedChannelDispatchAdvanceV1
impl UnsafeUnpin for VerifiedChannelDispatchAdvanceV1
impl UnwindSafe for VerifiedChannelDispatchAdvanceV1
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