pub struct DeleteAgentAction { /* private fields */ }Expand description
Native representation of the “delete agent” action payload
Implementations
Trait Implementations
sourceimpl Clone for DeleteAgentAction
impl Clone for DeleteAgentAction
sourcefn clone(&self) -> DeleteAgentAction
fn clone(&self) -> DeleteAgentAction
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 DeleteAgentAction
impl Debug for DeleteAgentAction
sourceimpl Default for DeleteAgentAction
impl Default for DeleteAgentAction
sourcefn default() -> DeleteAgentAction
fn default() -> DeleteAgentAction
Returns the “default value” for a type. Read more
sourceimpl FromBytes<DeleteAgentAction> for DeleteAgentAction
impl FromBytes<DeleteAgentAction> for DeleteAgentAction
fn from_bytes(bytes: &[u8]) -> Result<DeleteAgentAction, ProtoConversionError>
sourceimpl FromNative<DeleteAgentAction> for DeleteAgentAction
impl FromNative<DeleteAgentAction> for DeleteAgentAction
fn from_native(
delete_agent: DeleteAgentAction
) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<DeleteAgentAction> for DeleteAgentAction
impl FromProto<DeleteAgentAction> for DeleteAgentAction
fn from_proto(
delete_agent: DeleteAgentAction
) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for DeleteAgentAction
impl IntoBytes for DeleteAgentAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<DeleteAgentAction> for DeleteAgentAction
impl IntoNative<DeleteAgentAction> for DeleteAgentAction
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<DeleteAgentAction> for DeleteAgentAction
impl IntoProto<DeleteAgentAction> for DeleteAgentAction
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<DeleteAgentAction> for DeleteAgentAction
impl PartialEq<DeleteAgentAction> for DeleteAgentAction
sourcefn eq(&self, other: &DeleteAgentAction) -> bool
fn eq(&self, other: &DeleteAgentAction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DeleteAgentAction) -> bool
fn ne(&self, other: &DeleteAgentAction) -> bool
This method tests for !=.
impl StructuralPartialEq for DeleteAgentAction
Auto Trait Implementations
impl RefUnwindSafe for DeleteAgentAction
impl Send for DeleteAgentAction
impl Sync for DeleteAgentAction
impl Unpin for DeleteAgentAction
impl UnwindSafe for DeleteAgentAction
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