pub enum PlatformServiceState {
Operational,
Degraded,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformServiceState
impl Clone for PlatformServiceState
Source§fn clone(&self) -> PlatformServiceState
fn clone(&self) -> PlatformServiceState
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 moreimpl Copy for PlatformServiceState
Source§impl Debug for PlatformServiceState
impl Debug for PlatformServiceState
Source§impl<'de> Deserialize<'de> for PlatformServiceState
impl<'de> Deserialize<'de> for PlatformServiceState
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformServiceState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformServiceState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformServiceState
Source§impl PartialEq for PlatformServiceState
impl PartialEq for PlatformServiceState
Source§impl Serialize for PlatformServiceState
impl Serialize for PlatformServiceState
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformServiceState
Auto Trait Implementations§
impl Freeze for PlatformServiceState
impl RefUnwindSafe for PlatformServiceState
impl Send for PlatformServiceState
impl Sync for PlatformServiceState
impl Unpin for PlatformServiceState
impl UnsafeUnpin for PlatformServiceState
impl UnwindSafe for PlatformServiceState
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