Struct controller::extensions::database_queries::ExtRow
source · pub struct ExtRow {
pub name: String,
pub description: String,
pub version: String,
pub enabled: bool,
pub schema: String,
}
Fields§
§name: String
§description: String
§version: String
§enabled: bool
§schema: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExtRow
impl Send for ExtRow
impl Sync for ExtRow
impl Unpin for ExtRow
impl UnwindSafe for ExtRow
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