pub struct VerifiedChannelReleaseAuthorizationV1 { /* private fields */ }Implementations§
Source§impl VerifiedChannelReleaseAuthorizationV1
impl VerifiedChannelReleaseAuthorizationV1
pub const fn close(&self) -> &VerifiedEffectiveChannelCloseV1
pub const fn binding(&self) -> &ChannelReleaseAuthorizationBindingV1
Trait Implementations§
Source§impl Clone for VerifiedChannelReleaseAuthorizationV1
impl Clone for VerifiedChannelReleaseAuthorizationV1
Source§fn clone(&self) -> VerifiedChannelReleaseAuthorizationV1
fn clone(&self) -> VerifiedChannelReleaseAuthorizationV1
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 VerifiedChannelReleaseAuthorizationV1
impl RefUnwindSafe for VerifiedChannelReleaseAuthorizationV1
impl Send for VerifiedChannelReleaseAuthorizationV1
impl Sync for VerifiedChannelReleaseAuthorizationV1
impl Unpin for VerifiedChannelReleaseAuthorizationV1
impl UnsafeUnpin for VerifiedChannelReleaseAuthorizationV1
impl UnwindSafe for VerifiedChannelReleaseAuthorizationV1
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