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