pub struct DeleteAgentAction { /* private fields */ }Expand description
Native representation of the “delete agent” action payload
Implementations§
Trait Implementations§
Source§impl Clone for DeleteAgentAction
impl Clone for DeleteAgentAction
Source§fn clone(&self) -> DeleteAgentAction
fn clone(&self) -> DeleteAgentAction
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 DeleteAgentAction
impl Debug for DeleteAgentAction
Source§impl Default for DeleteAgentAction
impl Default for DeleteAgentAction
Source§fn default() -> DeleteAgentAction
fn default() -> DeleteAgentAction
Returns the “default value” for a type. Read more
Source§impl FromBytes<DeleteAgentAction> for DeleteAgentAction
impl FromBytes<DeleteAgentAction> for DeleteAgentAction
fn from_bytes(bytes: &[u8]) -> Result<DeleteAgentAction, ProtoConversionError>
Source§impl FromNative<DeleteAgentAction> for DeleteAgentAction
impl FromNative<DeleteAgentAction> for DeleteAgentAction
fn from_native( delete_agent: DeleteAgentAction, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<DeleteAgentAction> for DeleteAgentAction
impl FromProto<DeleteAgentAction> for DeleteAgentAction
fn from_proto( delete_agent: DeleteAgentAction, ) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for DeleteAgentAction
impl IntoBytes for DeleteAgentAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<DeleteAgentAction> for DeleteAgentAction
impl IntoNative<DeleteAgentAction> for DeleteAgentAction
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<DeleteAgentAction> for DeleteAgentAction
impl IntoProto<DeleteAgentAction> for DeleteAgentAction
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for DeleteAgentAction
impl PartialEq for DeleteAgentAction
impl StructuralPartialEq for DeleteAgentAction
Auto Trait Implementations§
impl Freeze for DeleteAgentAction
impl RefUnwindSafe for DeleteAgentAction
impl Send for DeleteAgentAction
impl Sync for DeleteAgentAction
impl Unpin for DeleteAgentAction
impl UnsafeUnpin for DeleteAgentAction
impl UnwindSafe for DeleteAgentAction
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