#[repr(transparent)]pub struct AlertEscalate(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl AlertEscalate
impl AlertEscalate
pub const None: AlertEscalate = _
pub const Phase0: AlertEscalate = _
pub const Phase1: AlertEscalate = _
pub const Phase2: AlertEscalate = _
pub const Phase3: AlertEscalate = _
Source§impl AlertEscalate
impl AlertEscalate
Trait Implementations§
Source§impl Binary for AlertEscalate
impl Binary for AlertEscalate
Source§impl Clone for AlertEscalate
impl Clone for AlertEscalate
Source§fn clone(&self) -> AlertEscalate
fn clone(&self) -> AlertEscalate
Returns a copy of the value. Read more
1.0.0 · 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 AlertEscalate
impl Debug for AlertEscalate
Source§impl<'de> Deserialize<'de> for AlertEscalate
impl<'de> Deserialize<'de> for AlertEscalate
Source§fn deserialize<D>(deserializer: D) -> Result<AlertEscalate, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<AlertEscalate, D::Error>where
D: Deserializer<'de>,
Deserializes the value by forwarding to deserialize_any
.
deserialize_any
will forward strings to the string visitor
and forward integers to the appropriate integer visitor.
Source§impl Display for AlertEscalate
impl Display for AlertEscalate
Source§impl From<AlertEscalate> for u8
impl From<AlertEscalate> for u8
Source§fn from(v: AlertEscalate) -> u8
fn from(v: AlertEscalate) -> u8
Converts to this type from the input type.
Source§impl FromStr for AlertEscalate
impl FromStr for AlertEscalate
Source§impl Hash for AlertEscalate
impl Hash for AlertEscalate
Source§impl LowerHex for AlertEscalate
impl LowerHex for AlertEscalate
Source§impl Octal for AlertEscalate
impl Octal for AlertEscalate
Source§impl Ord for AlertEscalate
impl Ord for AlertEscalate
Source§fn cmp(&self, other: &AlertEscalate) -> Ordering
fn cmp(&self, other: &AlertEscalate) -> Ordering
1.21.0 · 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 AlertEscalate
impl PartialEq for AlertEscalate
Source§impl PartialOrd for AlertEscalate
impl PartialOrd for AlertEscalate
Source§impl Serialize for AlertEscalate
impl Serialize for AlertEscalate
Source§impl TryFrom<i16> for AlertEscalate
impl TryFrom<i16> for AlertEscalate
Source§impl TryFrom<i32> for AlertEscalate
impl TryFrom<i32> for AlertEscalate
Source§impl TryFrom<i64> for AlertEscalate
impl TryFrom<i64> for AlertEscalate
Source§impl TryFrom<i8> for AlertEscalate
impl TryFrom<i8> for AlertEscalate
Source§impl TryFrom<u16> for AlertEscalate
impl TryFrom<u16> for AlertEscalate
Source§impl TryFrom<u32> for AlertEscalate
impl TryFrom<u32> for AlertEscalate
Source§impl TryFrom<u64> for AlertEscalate
impl TryFrom<u64> for AlertEscalate
Source§impl TryFrom<u8> for AlertEscalate
impl TryFrom<u8> for AlertEscalate
Source§impl UpperHex for AlertEscalate
impl UpperHex for AlertEscalate
Source§impl ValueEnum for AlertEscalate
impl ValueEnum for AlertEscalate
impl Copy for AlertEscalate
impl Eq for AlertEscalate
impl StructuralPartialEq for AlertEscalate
Auto Trait Implementations§
impl Freeze for AlertEscalate
impl RefUnwindSafe for AlertEscalate
impl Send for AlertEscalate
impl Sync for AlertEscalate
impl Unpin for AlertEscalate
impl UnwindSafe for AlertEscalate
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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