pub struct Icrc21Query;Expand description
Icrc21Query
Implementations§
Source§impl Icrc21Query
impl Icrc21Query
pub fn consent_message(req: ConsentMessageRequest) -> ConsentMessageResponse
Auto Trait Implementations§
impl Freeze for Icrc21Query
impl RefUnwindSafe for Icrc21Query
impl Send for Icrc21Query
impl Sync for Icrc21Query
impl Unpin for Icrc21Query
impl UnwindSafe for Icrc21Query
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