pub enum IconQuery {
Network(NetworkId),
Native(NetworkId),
ERC20(NetworkId, Address),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IconQuery
impl RefUnwindSafe for IconQuery
impl Send for IconQuery
impl Sync for IconQuery
impl Unpin for IconQuery
impl UnsafeUnpin for IconQuery
impl UnwindSafe for IconQuery
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