pub struct AgentSyncResponse { /* private fields */ }Implementations§
Source§impl AgentSyncResponse
impl AgentSyncResponse
pub fn commands_url<T>(self, value: T) -> Self
pub fn current_state<T>(self, value: T) -> Self
pub fn target<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgentSyncResponse
impl Clone for AgentSyncResponse
Source§fn clone(&self) -> AgentSyncResponse
fn clone(&self) -> AgentSyncResponse
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 AgentSyncResponse
impl Debug for AgentSyncResponse
Source§impl Default for AgentSyncResponse
impl Default for AgentSyncResponse
Source§impl From<AgentSyncResponse> for AgentSyncResponse
impl From<AgentSyncResponse> for AgentSyncResponse
Source§fn from(value: AgentSyncResponse) -> Self
fn from(value: AgentSyncResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgentSyncResponse> for AgentSyncResponse
impl TryFrom<AgentSyncResponse> for AgentSyncResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgentSyncResponse) -> Result<Self, ConversionError>
fn try_from(value: AgentSyncResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgentSyncResponse
impl RefUnwindSafe for AgentSyncResponse
impl Send for AgentSyncResponse
impl Sync for AgentSyncResponse
impl Unpin for AgentSyncResponse
impl UnsafeUnpin for AgentSyncResponse
impl UnwindSafe for AgentSyncResponse
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