pub struct IcrcIndexRequest {
pub source_endpoint: String,
pub now_unix_secs: u64,
pub ledger_canister_id: String,
}Expand description
IcrcIndexRequest
Request accepted by the generic ICRC index discovery report builder.
Fields§
§source_endpoint: String§now_unix_secs: u64§ledger_canister_id: StringImplementations§
Trait Implementations§
Source§impl Clone for IcrcIndexRequest
impl Clone for IcrcIndexRequest
Source§fn clone(&self) -> IcrcIndexRequest
fn clone(&self) -> IcrcIndexRequest
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 IcrcIndexRequest
impl Debug for IcrcIndexRequest
impl Eq for IcrcIndexRequest
Source§impl PartialEq for IcrcIndexRequest
impl PartialEq for IcrcIndexRequest
Source§fn eq(&self, other: &IcrcIndexRequest) -> bool
fn eq(&self, other: &IcrcIndexRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IcrcIndexRequest
Auto Trait Implementations§
impl Freeze for IcrcIndexRequest
impl RefUnwindSafe for IcrcIndexRequest
impl Send for IcrcIndexRequest
impl Sync for IcrcIndexRequest
impl Unpin for IcrcIndexRequest
impl UnsafeUnpin for IcrcIndexRequest
impl UnwindSafe for IcrcIndexRequest
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