pub struct VerifiedAdmittedChannelReservationV1 { /* private fields */ }Implementations§
Source§impl VerifiedAdmittedChannelReservationV1
impl VerifiedAdmittedChannelReservationV1
pub const fn proposal(&self) -> &VerifiedChannelReservationProposalV1
pub const fn snapshot(&self) -> &VerifiedChannelLifecycleSnapshotV1
pub const fn artifact(&self) -> &SignedChannelReservationV1
pub const fn accepted_at_unix_ms(&self) -> u64
pub const fn ready_effect(&self) -> &EconomicEffectSlotV1
pub fn ready_effect_head_digest(&self) -> &str
Trait Implementations§
Source§impl Clone for VerifiedAdmittedChannelReservationV1
impl Clone for VerifiedAdmittedChannelReservationV1
Source§fn clone(&self) -> VerifiedAdmittedChannelReservationV1
fn clone(&self) -> VerifiedAdmittedChannelReservationV1
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 VerifiedAdmittedChannelReservationV1
impl RefUnwindSafe for VerifiedAdmittedChannelReservationV1
impl Send for VerifiedAdmittedChannelReservationV1
impl Sync for VerifiedAdmittedChannelReservationV1
impl Unpin for VerifiedAdmittedChannelReservationV1
impl UnsafeUnpin for VerifiedAdmittedChannelReservationV1
impl UnwindSafe for VerifiedAdmittedChannelReservationV1
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