pub enum _0029 {
A,
}Expand description
Processing priority code
Code determined by the sender requesting processing priority for the interchange.
Variants§
A
Highest priority Requested processing priority is the highest.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _0029
impl<'de> Deserialize<'de> for _0029
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
impl Eq for _0029
impl StructuralPartialEq for _0029
Auto Trait Implementations§
impl Freeze for _0029
impl RefUnwindSafe for _0029
impl Send for _0029
impl Sync for _0029
impl Unpin for _0029
impl UnwindSafe for _0029
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