pub struct ExtendedSymbol {
pub symbol: Symbol,
pub contract: AccountName,
}Expand description
TODO docs
Fields§
§symbol: SymbolTODO docs
contract: AccountNameTODO docs
Trait Implementations§
Source§impl Clone for ExtendedSymbol
impl Clone for ExtendedSymbol
Source§fn clone(&self) -> ExtendedSymbol
fn clone(&self) -> ExtendedSymbol
Returns a duplicate of the value. Read more
1.0.0 · 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 ExtendedSymbol
impl Debug for ExtendedSymbol
Source§impl Default for ExtendedSymbol
impl Default for ExtendedSymbol
Source§fn default() -> ExtendedSymbol
fn default() -> ExtendedSymbol
Returns the “default value” for a type. Read more
Source§impl Display for ExtendedSymbol
impl Display for ExtendedSymbol
Source§impl NumBytes for ExtendedSymbol
impl NumBytes for ExtendedSymbol
Source§impl PartialEq for ExtendedSymbol
impl PartialEq for ExtendedSymbol
Source§impl Read for ExtendedSymbol
impl Read for ExtendedSymbol
Source§impl Write for ExtendedSymbol
impl Write for ExtendedSymbol
impl Copy for ExtendedSymbol
impl StructuralPartialEq for ExtendedSymbol
Auto Trait Implementations§
impl Freeze for ExtendedSymbol
impl RefUnwindSafe for ExtendedSymbol
impl Send for ExtendedSymbol
impl Sync for ExtendedSymbol
impl Unpin for ExtendedSymbol
impl UnwindSafe for ExtendedSymbol
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