pub struct InputObjectTypes {
pub model: Option<Vec<InputType>>,
pub prisma: Vec<InputType>,
}Fields§
§model: Option<Vec<InputType>>§prisma: Vec<InputType>Trait Implementations§
Source§impl Clone for InputObjectTypes
impl Clone for InputObjectTypes
Source§fn clone(&self) -> InputObjectTypes
fn clone(&self) -> InputObjectTypes
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 InputObjectTypes
impl Debug for InputObjectTypes
Source§impl<'de> Deserialize<'de> for InputObjectTypes
impl<'de> Deserialize<'de> for InputObjectTypes
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 InputObjectTypes
impl RefUnwindSafe for InputObjectTypes
impl Send for InputObjectTypes
impl Sync for InputObjectTypes
impl Unpin for InputObjectTypes
impl UnwindSafe for InputObjectTypes
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