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