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