pub struct Icrc10Query;Expand description
Icrc10Query
Implementations§
Source§impl Icrc10Query
impl Icrc10Query
pub fn supported_standards() -> Vec<(String, String)>
Auto Trait Implementations§
impl Freeze for Icrc10Query
impl RefUnwindSafe for Icrc10Query
impl Send for Icrc10Query
impl Sync for Icrc10Query
impl Unpin for Icrc10Query
impl UnsafeUnpin for Icrc10Query
impl UnwindSafe for Icrc10Query
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