Enum sip2::spec::CheckinAlert
source · pub enum CheckinAlert {
Unknown,
LocalHold,
RemoteHold,
Ill,
Transit,
Other,
}
Variants§
Trait Implementations§
source§impl Debug for CheckinAlert
impl Debug for CheckinAlert
source§impl From<CheckinAlert> for &str
impl From<CheckinAlert> for &str
source§fn from(a: CheckinAlert) -> &'static str
fn from(a: CheckinAlert) -> &'static str
Converts to this type from the input type.
source§impl PartialEq for CheckinAlert
impl PartialEq for CheckinAlert
source§impl TryFrom<&str> for CheckinAlert
impl TryFrom<&str> for CheckinAlert
impl StructuralPartialEq for CheckinAlert
Auto Trait Implementations§
impl Freeze for CheckinAlert
impl RefUnwindSafe for CheckinAlert
impl Send for CheckinAlert
impl Sync for CheckinAlert
impl Unpin for CheckinAlert
impl UnwindSafe for CheckinAlert
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