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