pub struct AxWatchStartRequest {
pub session_id: String,
pub events: Vec<String>,
pub max_buffer: usize,
pub watch_id: Option<String>,
}Fields§
§session_id: String§events: Vec<String>§max_buffer: usize§watch_id: Option<String>Trait Implementations§
Source§impl Clone for AxWatchStartRequest
impl Clone for AxWatchStartRequest
Source§fn clone(&self) -> AxWatchStartRequest
fn clone(&self) -> AxWatchStartRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 AxWatchStartRequest
impl Debug for AxWatchStartRequest
Source§impl Default for AxWatchStartRequest
impl Default for AxWatchStartRequest
Source§fn default() -> AxWatchStartRequest
fn default() -> AxWatchStartRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AxWatchStartRequest
impl<'de> Deserialize<'de> for AxWatchStartRequest
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
Source§impl PartialEq for AxWatchStartRequest
impl PartialEq for AxWatchStartRequest
Source§impl Serialize for AxWatchStartRequest
impl Serialize for AxWatchStartRequest
impl Eq for AxWatchStartRequest
impl StructuralPartialEq for AxWatchStartRequest
Auto Trait Implementations§
impl Freeze for AxWatchStartRequest
impl RefUnwindSafe for AxWatchStartRequest
impl Send for AxWatchStartRequest
impl Sync for AxWatchStartRequest
impl Unpin for AxWatchStartRequest
impl UnsafeUnpin for AxWatchStartRequest
impl UnwindSafe for AxWatchStartRequest
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