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