pub struct CallerPaysIcrc2Tokens {
pub ledger: Principal,
}Fields§
§ledger: PrincipalTrait Implementations§
Source§impl CandidType for CallerPaysIcrc2Tokens
impl CandidType for CallerPaysIcrc2Tokens
Source§impl Clone for CallerPaysIcrc2Tokens
impl Clone for CallerPaysIcrc2Tokens
Source§fn clone(&self) -> CallerPaysIcrc2Tokens
fn clone(&self) -> CallerPaysIcrc2Tokens
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 CallerPaysIcrc2Tokens
impl Debug for CallerPaysIcrc2Tokens
Source§impl<'de> Deserialize<'de> for CallerPaysIcrc2Tokens
impl<'de> Deserialize<'de> for CallerPaysIcrc2Tokens
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CallerPaysIcrc2Tokens
impl PartialEq for CallerPaysIcrc2Tokens
impl Copy for CallerPaysIcrc2Tokens
impl Eq for CallerPaysIcrc2Tokens
impl StructuralPartialEq for CallerPaysIcrc2Tokens
Auto Trait Implementations§
impl Freeze for CallerPaysIcrc2Tokens
impl RefUnwindSafe for CallerPaysIcrc2Tokens
impl Send for CallerPaysIcrc2Tokens
impl Sync for CallerPaysIcrc2Tokens
impl Unpin for CallerPaysIcrc2Tokens
impl UnwindSafe for CallerPaysIcrc2Tokens
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