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