pub struct SingleQuotesStrategy;Trait Implementations§
Source§impl Debug for SingleQuotesStrategy
impl Debug for SingleQuotesStrategy
Auto Trait Implementations§
impl Freeze for SingleQuotesStrategy
impl RefUnwindSafe for SingleQuotesStrategy
impl Send for SingleQuotesStrategy
impl Sync for SingleQuotesStrategy
impl Unpin for SingleQuotesStrategy
impl UnwindSafe for SingleQuotesStrategy
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