pub struct InternalModelFormat {
pub models: Vec<Model>,
}
Expand description
A collection of all models used in the resulting application
Fields§
§models: Vec<Model>
List of all models
Trait Implementations§
Source§impl Clone for InternalModelFormat
impl Clone for InternalModelFormat
Source§fn clone(&self) -> InternalModelFormat
fn clone(&self) -> InternalModelFormat
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 InternalModelFormat
impl Debug for InternalModelFormat
Source§impl<'de> Deserialize<'de> for InternalModelFormat
impl<'de> Deserialize<'de> for InternalModelFormat
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 Hash for InternalModelFormat
impl Hash for InternalModelFormat
Auto Trait Implementations§
impl Freeze for InternalModelFormat
impl RefUnwindSafe for InternalModelFormat
impl Send for InternalModelFormat
impl Sync for InternalModelFormat
impl Unpin for InternalModelFormat
impl UnwindSafe for InternalModelFormat
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