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