pub enum AlertEffect {
NoService,
ReducedService,
SignificantDelays,
Detour,
AdditionalService,
ModifiedService,
OtherEffect,
UnknownEffect,
StopMoved,
NoEffect,
AccessibilityIssue,
}Expand description
AlertEffect : The effect of this problem on the affected entity. The effect of this problem on the affected entity.
Variants§
NoService
ReducedService
SignificantDelays
Detour
AdditionalService
ModifiedService
OtherEffect
UnknownEffect
StopMoved
NoEffect
AccessibilityIssue
Trait Implementations§
Source§impl Clone for AlertEffect
impl Clone for AlertEffect
Source§fn clone(&self) -> AlertEffect
fn clone(&self) -> AlertEffect
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 AlertEffect
Source§impl Debug for AlertEffect
impl Debug for AlertEffect
Source§impl Default for AlertEffect
impl Default for AlertEffect
Source§fn default() -> AlertEffect
fn default() -> AlertEffect
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AlertEffect
impl<'de> Deserialize<'de> for AlertEffect
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 AlertEffect
impl Display for AlertEffect
impl Eq for AlertEffect
Source§impl Hash for AlertEffect
impl Hash for AlertEffect
Source§impl Ord for AlertEffect
impl Ord for AlertEffect
Source§fn cmp(&self, other: &AlertEffect) -> Ordering
fn cmp(&self, other: &AlertEffect) -> 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 AlertEffect
impl PartialEq for AlertEffect
Source§fn eq(&self, other: &AlertEffect) -> bool
fn eq(&self, other: &AlertEffect) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AlertEffect
impl PartialOrd for AlertEffect
Source§impl Serialize for AlertEffect
impl Serialize for AlertEffect
impl StructuralPartialEq for AlertEffect
Auto Trait Implementations§
impl Freeze for AlertEffect
impl RefUnwindSafe for AlertEffect
impl Send for AlertEffect
impl Sync for AlertEffect
impl Unpin for AlertEffect
impl UnsafeUnpin for AlertEffect
impl UnwindSafe for AlertEffect
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