pub struct SQLRowDescriptor {
pub id: DescriptorUuid,
pub elements: Vec<SQLRowElement>,
}Fields§
§id: DescriptorUuid§elements: Vec<SQLRowElement>Trait Implementations§
Source§impl Clone for SQLRowDescriptor
impl Clone for SQLRowDescriptor
Source§fn clone(&self) -> SQLRowDescriptor
fn clone(&self) -> SQLRowDescriptor
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 SQLRowDescriptor
impl Debug for SQLRowDescriptor
Source§impl PartialEq for SQLRowDescriptor
impl PartialEq for SQLRowDescriptor
impl Eq for SQLRowDescriptor
impl StructuralPartialEq for SQLRowDescriptor
Auto Trait Implementations§
impl Freeze for SQLRowDescriptor
impl RefUnwindSafe for SQLRowDescriptor
impl Send for SQLRowDescriptor
impl Sync for SQLRowDescriptor
impl Unpin for SQLRowDescriptor
impl UnwindSafe for SQLRowDescriptor
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