pub struct VerifiedSignedChannelReleaseAuthorizationV1 { /* private fields */ }Implementations§
Source§impl VerifiedSignedChannelReleaseAuthorizationV1
impl VerifiedSignedChannelReleaseAuthorizationV1
pub const fn artifact(&self) -> &SignedChannelReleaseAuthorizationV1
pub const fn body(&self) -> &ChannelReleaseAuthorizationBodyV1
pub fn digest(&self) -> &str
Trait Implementations§
Source§impl Clone for VerifiedSignedChannelReleaseAuthorizationV1
impl Clone for VerifiedSignedChannelReleaseAuthorizationV1
Source§fn clone(&self) -> VerifiedSignedChannelReleaseAuthorizationV1
fn clone(&self) -> VerifiedSignedChannelReleaseAuthorizationV1
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 VerifiedSignedChannelReleaseAuthorizationV1
impl RefUnwindSafe for VerifiedSignedChannelReleaseAuthorizationV1
impl Send for VerifiedSignedChannelReleaseAuthorizationV1
impl Sync for VerifiedSignedChannelReleaseAuthorizationV1
impl Unpin for VerifiedSignedChannelReleaseAuthorizationV1
impl UnsafeUnpin for VerifiedSignedChannelReleaseAuthorizationV1
impl UnwindSafe for VerifiedSignedChannelReleaseAuthorizationV1
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