pub struct TransportDataDictionary<'a>(pub &'a str);Expand description
Transport data dictionary XML spec path.
Tuple Fields§
§0: &'a strTrait Implementations§
Source§impl DictionaryItem for TransportDataDictionary<'_>
impl DictionaryItem for TransportDataDictionary<'_>
Source§fn apply_param(&self, dict: &mut Dictionary) -> Result<(), QuickFixError>
fn apply_param(&self, dict: &mut Dictionary) -> Result<(), QuickFixError>
Apply inner value to dictionary.
Auto Trait Implementations§
impl<'a> Freeze for TransportDataDictionary<'a>
impl<'a> RefUnwindSafe for TransportDataDictionary<'a>
impl<'a> Send for TransportDataDictionary<'a>
impl<'a> Sync for TransportDataDictionary<'a>
impl<'a> Unpin for TransportDataDictionary<'a>
impl<'a> UnsafeUnpin for TransportDataDictionary<'a>
impl<'a> UnwindSafe for TransportDataDictionary<'a>
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