pub struct SendMemo {
pub memo: String,
pub include_memo: bool,
}Expand description
Send memo
Fields§
§memo: StringMemo
include_memo: boolInclude memo in token
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendMemo
impl RefUnwindSafe for SendMemo
impl Send for SendMemo
impl Sync for SendMemo
impl Unpin for SendMemo
impl UnsafeUnpin for SendMemo
impl UnwindSafe for SendMemo
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