pub struct PreparedAuthorizedChannelMerkleReleaseV1 { /* private fields */ }Implementations§
Source§impl PreparedAuthorizedChannelMerkleReleaseV1
impl PreparedAuthorizedChannelMerkleReleaseV1
pub fn publication_root(&self) -> &str
pub fn canonical_call(&self) -> Result<Vec<u8>, SettlementError>
Trait Implementations§
Source§impl Clone for PreparedAuthorizedChannelMerkleReleaseV1
impl Clone for PreparedAuthorizedChannelMerkleReleaseV1
Source§fn clone(&self) -> PreparedAuthorizedChannelMerkleReleaseV1
fn clone(&self) -> PreparedAuthorizedChannelMerkleReleaseV1
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 PreparedAuthorizedChannelMerkleReleaseV1
impl RefUnwindSafe for PreparedAuthorizedChannelMerkleReleaseV1
impl Send for PreparedAuthorizedChannelMerkleReleaseV1
impl Sync for PreparedAuthorizedChannelMerkleReleaseV1
impl Unpin for PreparedAuthorizedChannelMerkleReleaseV1
impl UnsafeUnpin for PreparedAuthorizedChannelMerkleReleaseV1
impl UnwindSafe for PreparedAuthorizedChannelMerkleReleaseV1
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