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