Struct database_schema::DatabaseSchema
source · pub struct DatabaseSchema(_);
Expand description
Entry point for using the crate and the result of calling DatabaseSchemaBuilder::build
.
ⓘ
DatabaseSchemaBuilder::new().build().dump().await?;
Implementations§
Trait Implementations§
source§impl Debug for DatabaseSchema
impl Debug for DatabaseSchema
source§impl Default for DatabaseSchema
impl Default for DatabaseSchema
source§fn default() -> DatabaseSchema
fn default() -> DatabaseSchema
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DatabaseSchema
impl Send for DatabaseSchema
impl Sync for DatabaseSchema
impl Unpin for DatabaseSchema
impl UnwindSafe for DatabaseSchema
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