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