Struct sql_parser::ast::display::DisplaySeparated [−][src]
pub struct DisplaySeparated<'a, T> where
T: AstDisplay, {
slice: &'a [T],
sep: &'static str,
}
Fields
slice: &'a [T]
sep: &'static str
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for DisplaySeparated<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for DisplaySeparated<'a, T> where
T: Sync,
impl<'a, T> Sync for DisplaySeparated<'a, T> where
T: Sync,
impl<'a, T> Unpin for DisplaySeparated<'a, T>
impl<'a, T> UnwindSafe for DisplaySeparated<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
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