pub struct VerifiedChannelReservationProposalV1 { /* private fields */ }Implementations§
Source§impl VerifiedChannelReservationProposalV1
impl VerifiedChannelReservationProposalV1
pub const fn artifact(&self) -> &SignedChannelReservationV1
pub const fn accepted_at_unix_ms(&self) -> u64
Trait Implementations§
Source§impl Clone for VerifiedChannelReservationProposalV1
impl Clone for VerifiedChannelReservationProposalV1
Source§fn clone(&self) -> VerifiedChannelReservationProposalV1
fn clone(&self) -> VerifiedChannelReservationProposalV1
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 Eq for VerifiedChannelReservationProposalV1
impl StructuralPartialEq for VerifiedChannelReservationProposalV1
Auto Trait Implementations§
impl Freeze for VerifiedChannelReservationProposalV1
impl RefUnwindSafe for VerifiedChannelReservationProposalV1
impl Send for VerifiedChannelReservationProposalV1
impl Sync for VerifiedChannelReservationProposalV1
impl Unpin for VerifiedChannelReservationProposalV1
impl UnsafeUnpin for VerifiedChannelReservationProposalV1
impl UnwindSafe for VerifiedChannelReservationProposalV1
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