pub struct WatchService {
pub service_name: String,
pub tag: Option<String>,
pub passing_only: Option<bool>,
}Fields§
§service_name: String§tag: Option<String>§passing_only: Option<bool>Trait Implementations§
Source§impl Clone for WatchService
impl Clone for WatchService
Source§fn clone(&self) -> WatchService
fn clone(&self) -> WatchService
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 WatchService
impl Debug for WatchService
Source§impl Default for WatchService
impl Default for WatchService
Source§fn default() -> WatchService
fn default() -> WatchService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WatchService
impl<'de> Deserialize<'de> for WatchService
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 WatchService
impl RefUnwindSafe for WatchService
impl Send for WatchService
impl Sync for WatchService
impl Unpin for WatchService
impl UnsafeUnpin for WatchService
impl UnwindSafe for WatchService
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