Struct CommentQueryResult
pub struct CommentQueryResult {
pub table_name: String,
pub column_name: Option<String>,
pub comment: String,
}Fields§
§table_name: String§column_name: Option<String>§comment: StringTrait Implementations§
§impl Debug for CommentQueryResult
impl Debug for CommentQueryResult
§impl Default for CommentQueryResult
impl Default for CommentQueryResult
§fn default() -> CommentQueryResult
fn default() -> CommentQueryResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommentQueryResult
impl RefUnwindSafe for CommentQueryResult
impl Send for CommentQueryResult
impl Sync for CommentQueryResult
impl Unpin for CommentQueryResult
impl UnwindSafe for CommentQueryResult
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