struct CancelOut {
order_id: u64,
op: &'static str,
env: &'static str,
}Fields§
§order_id: u64§op: &'static str§env: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for CancelOut
impl RefUnwindSafe for CancelOut
impl Send for CancelOut
impl Sync for CancelOut
impl Unpin for CancelOut
impl UnwindSafe for CancelOut
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