pub struct SQLRowShapeInfo {
pub elements: Vec<SQLRowElement>,
}
Fields§
§elements: Vec<SQLRowElement>
Trait Implementations§
Source§impl Debug for SQLRowShapeInfo
impl Debug for SQLRowShapeInfo
Source§impl PartialEq for SQLRowShapeInfo
impl PartialEq for SQLRowShapeInfo
impl Eq for SQLRowShapeInfo
impl StructuralPartialEq for SQLRowShapeInfo
Auto Trait Implementations§
impl Freeze for SQLRowShapeInfo
impl RefUnwindSafe for SQLRowShapeInfo
impl Send for SQLRowShapeInfo
impl Sync for SQLRowShapeInfo
impl Unpin for SQLRowShapeInfo
impl UnwindSafe for SQLRowShapeInfo
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