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