pub struct TradeLegRefID;Expand description
TradeLegRefID (824).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeLegRefID
impl RefUnwindSafe for TradeLegRefID
impl Send for TradeLegRefID
impl Sync for TradeLegRefID
impl Unpin for TradeLegRefID
impl UnsafeUnpin for TradeLegRefID
impl UnwindSafe for TradeLegRefID
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