pub struct RowDescription { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for RowDescription
impl Debug for RowDescription
Source§impl Message for RowDescription
impl Message for RowDescription
impl BackendMessage for RowDescription
Auto Trait Implementations§
impl Freeze for RowDescription
impl RefUnwindSafe for RowDescription
impl Send for RowDescription
impl Sync for RowDescription
impl Unpin for RowDescription
impl UnwindSafe for RowDescription
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