pub struct CreateAgentAction { /* private fields */ }Expand description
Native representation of the “create agent” payload
Implementations
Trait Implementations
sourceimpl Clone for CreateAgentAction
impl Clone for CreateAgentAction
sourcefn clone(&self) -> CreateAgentAction
fn clone(&self) -> CreateAgentAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CreateAgentAction
impl Debug for CreateAgentAction
sourceimpl Default for CreateAgentAction
impl Default for CreateAgentAction
sourcefn default() -> CreateAgentAction
fn default() -> CreateAgentAction
Returns the “default value” for a type. Read more
sourceimpl FromBytes<CreateAgentAction> for CreateAgentAction
impl FromBytes<CreateAgentAction> for CreateAgentAction
fn from_bytes(bytes: &[u8]) -> Result<CreateAgentAction, ProtoConversionError>
sourceimpl FromNative<CreateAgentAction> for CreateAgentAction
impl FromNative<CreateAgentAction> for CreateAgentAction
fn from_native(
create_agent: CreateAgentAction
) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<CreateAgentAction> for CreateAgentAction
impl FromProto<CreateAgentAction> for CreateAgentAction
fn from_proto(
create_agent: CreateAgentAction
) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for CreateAgentAction
impl IntoBytes for CreateAgentAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<CreateAgentAction> for CreateAgentAction
impl IntoNative<CreateAgentAction> for CreateAgentAction
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<CreateAgentAction> for CreateAgentAction
impl IntoProto<CreateAgentAction> for CreateAgentAction
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<CreateAgentAction> for CreateAgentAction
impl PartialEq<CreateAgentAction> for CreateAgentAction
sourcefn eq(&self, other: &CreateAgentAction) -> bool
fn eq(&self, other: &CreateAgentAction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateAgentAction) -> bool
fn ne(&self, other: &CreateAgentAction) -> bool
This method tests for !=.
impl StructuralPartialEq for CreateAgentAction
Auto Trait Implementations
impl RefUnwindSafe for CreateAgentAction
impl Send for CreateAgentAction
impl Sync for CreateAgentAction
impl Unpin for CreateAgentAction
impl UnwindSafe for CreateAgentAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more