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