pub struct RowDescriptionField { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RowDescriptionField
impl Clone for RowDescriptionField
Source§fn clone(&self) -> RowDescriptionField
fn clone(&self) -> RowDescriptionField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RowDescriptionField
impl RefUnwindSafe for RowDescriptionField
impl Send for RowDescriptionField
impl Sync for RowDescriptionField
impl Unpin for RowDescriptionField
impl UnsafeUnpin for RowDescriptionField
impl UnwindSafe for RowDescriptionField
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