pub struct SchemaSummary {
pub mixins: &'static [&'static str],
pub models: &'static [&'static str],
pub types: &'static [&'static str],
pub enums: &'static [&'static str],
pub procedures: &'static [&'static str],
}Fields§
§mixins: &'static [&'static str]§models: &'static [&'static str]§types: &'static [&'static str]§enums: &'static [&'static str]§procedures: &'static [&'static str]Trait Implementations§
Source§impl Clone for SchemaSummary
impl Clone for SchemaSummary
Source§fn clone(&self) -> SchemaSummary
fn clone(&self) -> SchemaSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaSummary
impl Debug for SchemaSummary
Source§impl PartialEq for SchemaSummary
impl PartialEq for SchemaSummary
impl Eq for SchemaSummary
impl StructuralPartialEq for SchemaSummary
Auto Trait Implementations§
impl Freeze for SchemaSummary
impl RefUnwindSafe for SchemaSummary
impl Send for SchemaSummary
impl Sync for SchemaSummary
impl Unpin for SchemaSummary
impl UnsafeUnpin for SchemaSummary
impl UnwindSafe for SchemaSummary
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