pub enum ServiceMethod {
Table,
Probed,
}
Expand description
Method used to determine service information
Variants§
Trait Implementations§
Source§impl Debug for ServiceMethod
impl Debug for ServiceMethod
Source§impl<'de> Deserialize<'de> for ServiceMethod
impl<'de> Deserialize<'de> for ServiceMethod
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 ServiceMethod
impl PartialEq for ServiceMethod
Source§impl Serialize for ServiceMethod
impl Serialize for ServiceMethod
impl StructuralPartialEq for ServiceMethod
Auto Trait Implementations§
impl Freeze for ServiceMethod
impl RefUnwindSafe for ServiceMethod
impl Send for ServiceMethod
impl Sync for ServiceMethod
impl Unpin for ServiceMethod
impl UnwindSafe for ServiceMethod
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