pub struct SQLRowElement {
pub name: String,
pub type_pos: TypePos,
}
Fields§
§name: String
§type_pos: TypePos
Trait Implementations§
Source§impl Clone for SQLRowElement
impl Clone for SQLRowElement
Source§fn clone(&self) -> SQLRowElement
fn clone(&self) -> SQLRowElement
Returns a copy 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 moreSource§impl Debug for SQLRowElement
impl Debug for SQLRowElement
Source§impl PartialEq for SQLRowElement
impl PartialEq for SQLRowElement
impl Eq for SQLRowElement
impl StructuralPartialEq for SQLRowElement
Auto Trait Implementations§
impl Freeze for SQLRowElement
impl RefUnwindSafe for SQLRowElement
impl Send for SQLRowElement
impl Sync for SQLRowElement
impl Unpin for SQLRowElement
impl UnwindSafe for SQLRowElement
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