Struct sql_parser::ast::display::EscapeSingleQuoteString [−][src]
pub struct EscapeSingleQuoteString<'a>(&'a str);Tuple Fields
0: &'a strTrait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for EscapeSingleQuoteString<'a>
impl<'a> Send for EscapeSingleQuoteString<'a>
impl<'a> Sync for EscapeSingleQuoteString<'a>
impl<'a> Unpin for EscapeSingleQuoteString<'a>
impl<'a> UnwindSafe for EscapeSingleQuoteString<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}) and returns it.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more