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