pub enum Urgency {
Normal,
Flash,
Background,
}
Variants§
Implementations§
Source§impl Urgency
impl Urgency
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for Urgency
impl IntoFixValue for Urgency
impl Copy for Urgency
impl Eq for Urgency
impl StructuralPartialEq for Urgency
Auto Trait Implementations§
impl Freeze for Urgency
impl RefUnwindSafe for Urgency
impl Send for Urgency
impl Sync for Urgency
impl Unpin for Urgency
impl UnwindSafe for Urgency
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