pub struct SetAbiAction {
pub account: Name,
pub abi: Vec<u8>,
pub memo: BinaryExtension<String>,
}Fields§
§account: Name§abi: Vec<u8>§memo: BinaryExtension<String>Trait Implementations§
Source§impl Clone for SetAbiAction
impl Clone for SetAbiAction
Source§fn clone(&self) -> SetAbiAction
fn clone(&self) -> SetAbiAction
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 SetAbiAction
impl Debug for SetAbiAction
Source§impl Packer for SetAbiAction
impl Packer for SetAbiAction
Auto Trait Implementations§
impl Freeze for SetAbiAction
impl RefUnwindSafe for SetAbiAction
impl Send for SetAbiAction
impl Sync for SetAbiAction
impl Unpin for SetAbiAction
impl UnwindSafe for SetAbiAction
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