pub struct AgentSnapshotRequest {
pub window: Option<String>,
pub scope: Option<String>,
pub mode: Option<SnapshotMode>,
}Fields§
§window: Option<String>§scope: Option<String>§mode: Option<SnapshotMode>Trait Implementations§
Source§impl Clone for AgentSnapshotRequest
impl Clone for AgentSnapshotRequest
Source§fn clone(&self) -> AgentSnapshotRequest
fn clone(&self) -> AgentSnapshotRequest
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 AgentSnapshotRequest
impl Debug for AgentSnapshotRequest
Source§impl Default for AgentSnapshotRequest
impl Default for AgentSnapshotRequest
Source§fn default() -> AgentSnapshotRequest
fn default() -> AgentSnapshotRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentSnapshotRequest
impl<'de> Deserialize<'de> for AgentSnapshotRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AgentSnapshotRequest
impl RefUnwindSafe for AgentSnapshotRequest
impl Send for AgentSnapshotRequest
impl Sync for AgentSnapshotRequest
impl Unpin for AgentSnapshotRequest
impl UnsafeUnpin for AgentSnapshotRequest
impl UnwindSafe for AgentSnapshotRequest
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