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