Enum QuotesKind
pub enum QuotesKind {
Keep,
Omit,
}Variants§
Implementations§
§impl QuotesKind
impl QuotesKind
pub fn on_scalar_string(self) -> QuotesClause
Trait Implementations§
§impl Clone for QuotesKind
impl Clone for QuotesKind
§fn clone(&self) -> QuotesKind
fn clone(&self) -> QuotesKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for QuotesKind
impl Debug for QuotesKind
§impl From<QuotesKind> for QuotesClause
impl From<QuotesKind> for QuotesClause
§fn from(kind: QuotesKind) -> Self
fn from(kind: QuotesKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QuotesKind
impl RefUnwindSafe for QuotesKind
impl Send for QuotesKind
impl Sync for QuotesKind
impl Unpin for QuotesKind
impl UnwindSafe for QuotesKind
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