pub struct AgentWalletCreation {
pub agent: Pubkey,
pub delete: bool,
pub meta: ActionMeta,
}Fields§
§agent: Pubkey§delete: bool§meta: ActionMetaTrait Implementations§
Source§impl Clone for AgentWalletCreation
impl Clone for AgentWalletCreation
Source§fn clone(&self) -> AgentWalletCreation
fn clone(&self) -> AgentWalletCreation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentWalletCreation
impl Debug for AgentWalletCreation
Source§impl<'de> Deserialize<'de> for AgentWalletCreation
impl<'de> Deserialize<'de> for AgentWalletCreation
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 From<AgentWalletCreation> for Action
impl From<AgentWalletCreation> for Action
Source§fn from(o: AgentWalletCreation) -> Self
fn from(o: AgentWalletCreation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AgentWalletCreation
impl RefUnwindSafe for AgentWalletCreation
impl Send for AgentWalletCreation
impl Sync for AgentWalletCreation
impl Unpin for AgentWalletCreation
impl UnsafeUnpin for AgentWalletCreation
impl UnwindSafe for AgentWalletCreation
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