pub struct SQLRowElement {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§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