pub struct VerifiedCoordinationBurn { /* private fields */ }Expand description
Opaque selected burn proven to be the exact last record and receipt for the requested run. It has no serde implementation or public constructor.
Implementations§
Source§impl VerifiedCoordinationBurn
impl VerifiedCoordinationBurn
Sourcepub const fn intent_bytes(&self) -> u64
pub const fn intent_bytes(&self) -> u64
Exact byte count of the canonical coordination intent.
Sourcepub fn intent_sha256(&self) -> &str
pub fn intent_sha256(&self) -> &str
SHA-256 of the canonical coordination intent.
Sourcepub fn grants(&self) -> &[VerifiedCoordinationGrant]
pub fn grants(&self) -> &[VerifiedCoordinationGrant]
Ordered immutable grant bindings.
Sourcepub fn previous_sha256(&self) -> &str
pub fn previous_sha256(&self) -> &str
Previous coordination burn-record SHA-256.
Sourcepub fn record_sha256(&self) -> &str
pub fn record_sha256(&self) -> &str
SHA-256 of this record’s canonical body.
Trait Implementations§
Source§impl Clone for VerifiedCoordinationBurn
impl Clone for VerifiedCoordinationBurn
Source§fn clone(&self) -> VerifiedCoordinationBurn
fn clone(&self) -> VerifiedCoordinationBurn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VerifiedCoordinationBurn
impl Debug for VerifiedCoordinationBurn
Source§impl PartialEq for VerifiedCoordinationBurn
impl PartialEq for VerifiedCoordinationBurn
impl Eq for VerifiedCoordinationBurn
impl StructuralPartialEq for VerifiedCoordinationBurn
Auto Trait Implementations§
impl Freeze for VerifiedCoordinationBurn
impl RefUnwindSafe for VerifiedCoordinationBurn
impl Send for VerifiedCoordinationBurn
impl Sync for VerifiedCoordinationBurn
impl Unpin for VerifiedCoordinationBurn
impl UnsafeUnpin for VerifiedCoordinationBurn
impl UnwindSafe for VerifiedCoordinationBurn
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