pub struct RowDescriptionBody { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for RowDescriptionBody
impl RefUnwindSafe for RowDescriptionBody
impl Send for RowDescriptionBody
impl Sync for RowDescriptionBody
impl Unpin for RowDescriptionBody
impl UnsafeUnpin for RowDescriptionBody
impl UnwindSafe for RowDescriptionBody
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