Struct sea_schema::postgres::query::enumeration::EnumQueryResult
source ยท pub struct EnumQueryResult {
pub typename: String,
pub enumlabel: String,
}
Available on crate features
postgres
and query
only.Fieldsยง
ยงtypename: String
ยงenumlabel: String
Trait Implementationsยง
sourceยงimpl Debug for EnumQueryResult
impl Debug for EnumQueryResult
sourceยงimpl Default for EnumQueryResult
impl Default for EnumQueryResult
sourceยงfn default() -> EnumQueryResult
fn default() -> EnumQueryResult
Returns the โdefault valueโ for a type. Read more
Auto Trait Implementationsยง
impl RefUnwindSafe for EnumQueryResult
impl Send for EnumQueryResult
impl Sync for EnumQueryResult
impl Unpin for EnumQueryResult
impl UnwindSafe for EnumQueryResult
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