pub struct NewAccountAction {
pub creator: Name,
pub name: Name,
pub owner: Authority,
pub active: Authority,
}Fields§
§creator: Name§name: Name§owner: Authority§active: AuthorityTrait Implementations§
Source§impl Clone for NewAccountAction
impl Clone for NewAccountAction
Source§fn clone(&self) -> NewAccountAction
fn clone(&self) -> NewAccountAction
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 NewAccountAction
impl Debug for NewAccountAction
Source§impl Packer for NewAccountAction
impl Packer for NewAccountAction
Auto Trait Implementations§
impl Freeze for NewAccountAction
impl RefUnwindSafe for NewAccountAction
impl Send for NewAccountAction
impl Sync for NewAccountAction
impl Unpin for NewAccountAction
impl UnwindSafe for NewAccountAction
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