pub struct IcrcArchiveRow {
pub canister_id: String,
pub start: String,
pub end: String,
}Expand description
IcrcArchiveRow
Serializable row for one ICRC-3 archive range.
Fields§
§canister_id: String§start: String§end: StringTrait Implementations§
Source§impl Clone for IcrcArchiveRow
impl Clone for IcrcArchiveRow
Source§fn clone(&self) -> IcrcArchiveRow
fn clone(&self) -> IcrcArchiveRow
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 IcrcArchiveRow
impl Debug for IcrcArchiveRow
impl Eq for IcrcArchiveRow
Source§impl PartialEq for IcrcArchiveRow
impl PartialEq for IcrcArchiveRow
Source§fn eq(&self, other: &IcrcArchiveRow) -> bool
fn eq(&self, other: &IcrcArchiveRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IcrcArchiveRow
impl Serialize for IcrcArchiveRow
impl StructuralPartialEq for IcrcArchiveRow
Auto Trait Implementations§
impl Freeze for IcrcArchiveRow
impl RefUnwindSafe for IcrcArchiveRow
impl Send for IcrcArchiveRow
impl Sync for IcrcArchiveRow
impl Unpin for IcrcArchiveRow
impl UnsafeUnpin for IcrcArchiveRow
impl UnwindSafe for IcrcArchiveRow
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.