pub struct IcrcLedgerRequest {
pub source_endpoint: String,
pub now_unix_secs: u64,
pub ledger_canister_id: String,
}Expand description
IcrcLedgerRequest
Shared ledger identity and provenance for metadata and capability report builders.
Fields§
§source_endpoint: String§now_unix_secs: u64§ledger_canister_id: StringImplementations§
Trait Implementations§
Source§impl Clone for IcrcLedgerRequest
impl Clone for IcrcLedgerRequest
Source§fn clone(&self) -> IcrcLedgerRequest
fn clone(&self) -> IcrcLedgerRequest
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 moreSource§impl Debug for IcrcLedgerRequest
impl Debug for IcrcLedgerRequest
impl Eq for IcrcLedgerRequest
Source§impl PartialEq for IcrcLedgerRequest
impl PartialEq for IcrcLedgerRequest
impl StructuralPartialEq for IcrcLedgerRequest
Auto Trait Implementations§
impl Freeze for IcrcLedgerRequest
impl RefUnwindSafe for IcrcLedgerRequest
impl Send for IcrcLedgerRequest
impl Sync for IcrcLedgerRequest
impl Unpin for IcrcLedgerRequest
impl UnsafeUnpin for IcrcLedgerRequest
impl UnwindSafe for IcrcLedgerRequest
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