pub struct IcrcBlockTypeRow {
pub block_type: String,
pub url: String,
}Expand description
IcrcBlockTypeRow
Serializable row for one supported ICRC-3 block type.
Fields§
§block_type: String§url: StringTrait Implementations§
Source§impl Clone for IcrcBlockTypeRow
impl Clone for IcrcBlockTypeRow
Source§fn clone(&self) -> IcrcBlockTypeRow
fn clone(&self) -> IcrcBlockTypeRow
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 IcrcBlockTypeRow
impl Debug for IcrcBlockTypeRow
impl Eq for IcrcBlockTypeRow
Source§impl PartialEq for IcrcBlockTypeRow
impl PartialEq for IcrcBlockTypeRow
Source§impl Serialize for IcrcBlockTypeRow
impl Serialize for IcrcBlockTypeRow
impl StructuralPartialEq for IcrcBlockTypeRow
Auto Trait Implementations§
impl Freeze for IcrcBlockTypeRow
impl RefUnwindSafe for IcrcBlockTypeRow
impl Send for IcrcBlockTypeRow
impl Sync for IcrcBlockTypeRow
impl Unpin for IcrcBlockTypeRow
impl UnsafeUnpin for IcrcBlockTypeRow
impl UnwindSafe for IcrcBlockTypeRow
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