pub struct Mappings {
pub model_operations: Vec<ModelMapping>,
pub other_operations: OtherOperationMappings,
}Fields§
§model_operations: Vec<ModelMapping>§other_operations: OtherOperationMappingsTrait Implementations§
Source§impl<'de> Deserialize<'de> for Mappings
impl<'de> Deserialize<'de> for Mappings
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
Auto Trait Implementations§
impl Freeze for Mappings
impl RefUnwindSafe for Mappings
impl Send for Mappings
impl Sync for Mappings
impl Unpin for Mappings
impl UnwindSafe for Mappings
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