pub struct OwnedSchemaSummary {
pub mixins: Vec<String>,
pub models: Vec<String>,
pub types: Vec<String>,
pub enums: Vec<String>,
pub procedures: Vec<String>,
}Fields§
§mixins: Vec<String>§models: Vec<String>§types: Vec<String>§enums: Vec<String>§procedures: Vec<String>Trait Implementations§
Source§impl Clone for OwnedSchemaSummary
impl Clone for OwnedSchemaSummary
Source§fn clone(&self) -> OwnedSchemaSummary
fn clone(&self) -> OwnedSchemaSummary
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 OwnedSchemaSummary
impl Debug for OwnedSchemaSummary
Source§impl<'de> Deserialize<'de> for OwnedSchemaSummary
impl<'de> Deserialize<'de> for OwnedSchemaSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OwnedSchemaSummary
impl PartialEq for OwnedSchemaSummary
Source§impl Serialize for OwnedSchemaSummary
impl Serialize for OwnedSchemaSummary
impl Eq for OwnedSchemaSummary
impl StructuralPartialEq for OwnedSchemaSummary
Auto Trait Implementations§
impl Freeze for OwnedSchemaSummary
impl RefUnwindSafe for OwnedSchemaSummary
impl Send for OwnedSchemaSummary
impl Sync for OwnedSchemaSummary
impl Unpin for OwnedSchemaSummary
impl UnsafeUnpin for OwnedSchemaSummary
impl UnwindSafe for OwnedSchemaSummary
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