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