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