pub enum WcsService {
Wcs,
}Expand description
Variants§
Wcs
Trait Implementations§
Source§impl Clone for WcsService
impl Clone for WcsService
Source§fn clone(&self) -> WcsService
fn clone(&self) -> WcsService
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 WcsService
impl Debug for WcsService
Source§impl Default for WcsService
impl Default for WcsService
Source§fn default() -> WcsService
fn default() -> WcsService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WcsService
impl<'de> Deserialize<'de> for WcsService
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 Display for WcsService
impl Display for WcsService
Source§impl Hash for WcsService
impl Hash for WcsService
Source§impl Ord for WcsService
impl Ord for WcsService
Source§fn cmp(&self, other: &WcsService) -> Ordering
fn cmp(&self, other: &WcsService) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WcsService
impl PartialEq for WcsService
Source§fn eq(&self, other: &WcsService) -> bool
fn eq(&self, other: &WcsService) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WcsService
impl PartialOrd for WcsService
Source§impl Serialize for WcsService
impl Serialize for WcsService
impl Copy for WcsService
impl Eq for WcsService
impl StructuralPartialEq for WcsService
Auto Trait Implementations§
impl Freeze for WcsService
impl RefUnwindSafe for WcsService
impl Send for WcsService
impl Sync for WcsService
impl Unpin for WcsService
impl UnsafeUnpin for WcsService
impl UnwindSafe for WcsService
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