pub struct NamedColumnList(Vec<Column>);
Tuple Fields§
§0: Vec<Column>
Trait Implementations§
Source§impl ScopedParsePair for NamedColumnList
impl ScopedParsePair for NamedColumnList
Auto Trait Implementations§
impl Freeze for NamedColumnList
impl RefUnwindSafe for NamedColumnList
impl Send for NamedColumnList
impl Sync for NamedColumnList
impl Unpin for NamedColumnList
impl UnwindSafe for NamedColumnList
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