pub struct IcrcBlockTypesRequest {
pub source_endpoint: String,
pub now_unix_secs: u64,
pub ledger_canister_id: String,
}Expand description
IcrcBlockTypesRequest
Request accepted by the generic ICRC supported block types report builder.
Fields§
§source_endpoint: String§now_unix_secs: u64§ledger_canister_id: StringImplementations§
Trait Implementations§
Source§impl Clone for IcrcBlockTypesRequest
impl Clone for IcrcBlockTypesRequest
Source§fn clone(&self) -> IcrcBlockTypesRequest
fn clone(&self) -> IcrcBlockTypesRequest
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 IcrcBlockTypesRequest
impl Debug for IcrcBlockTypesRequest
impl Eq for IcrcBlockTypesRequest
Source§impl PartialEq for IcrcBlockTypesRequest
impl PartialEq for IcrcBlockTypesRequest
impl StructuralPartialEq for IcrcBlockTypesRequest
Auto Trait Implementations§
impl Freeze for IcrcBlockTypesRequest
impl RefUnwindSafe for IcrcBlockTypesRequest
impl Send for IcrcBlockTypesRequest
impl Sync for IcrcBlockTypesRequest
impl Unpin for IcrcBlockTypesRequest
impl UnsafeUnpin for IcrcBlockTypesRequest
impl UnwindSafe for IcrcBlockTypesRequest
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