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