pub enum PhoneAlarmKind {
LastOutOfService,
}Expand description
Allowlisted alarm family that is safe to publish without parameter data.
Variants§
LastOutOfService
Trait Implementations§
Source§impl Clone for PhoneAlarmKind
impl Clone for PhoneAlarmKind
Source§fn clone(&self) -> PhoneAlarmKind
fn clone(&self) -> PhoneAlarmKind
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 PhoneAlarmKind
Source§impl Debug for PhoneAlarmKind
impl Debug for PhoneAlarmKind
impl Eq for PhoneAlarmKind
Source§impl PartialEq for PhoneAlarmKind
impl PartialEq for PhoneAlarmKind
impl StructuralPartialEq for PhoneAlarmKind
Auto Trait Implementations§
impl Freeze for PhoneAlarmKind
impl RefUnwindSafe for PhoneAlarmKind
impl Send for PhoneAlarmKind
impl Sync for PhoneAlarmKind
impl Unpin for PhoneAlarmKind
impl UnsafeUnpin for PhoneAlarmKind
impl UnwindSafe for PhoneAlarmKind
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