Struct rorm_declaration::imr::InternalModelFormat
source · Expand description
A collection of all models used in the resulting application
Fields
models: Vec<Model>
List of all models
Trait Implementations
sourceimpl Clone for InternalModelFormat
impl Clone for InternalModelFormat
sourcefn clone(&self) -> InternalModelFormat
fn clone(&self) -> InternalModelFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InternalModelFormat
impl Debug for InternalModelFormat
sourceimpl<'de> Deserialize<'de> for InternalModelFormat
impl<'de> Deserialize<'de> for InternalModelFormat
sourcefn 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
sourceimpl Hash for InternalModelFormat
impl Hash for InternalModelFormat
sourceimpl Serialize for InternalModelFormat
impl Serialize for InternalModelFormat
Auto Trait Implementations
impl RefUnwindSafe for InternalModelFormat
impl Send for InternalModelFormat
impl Sync for InternalModelFormat
impl Unpin for InternalModelFormat
impl UnwindSafe for InternalModelFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more