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