pub struct SchemaMutationType {
pub name: Option<String>,
}
Fields§
§name: Option<String>
Trait Implementations§
source§impl Clone for SchemaMutationType
impl Clone for SchemaMutationType
source§fn clone(&self) -> SchemaMutationType
fn clone(&self) -> SchemaMutationType
Returns a copy 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 SchemaMutationType
impl Debug for SchemaMutationType
source§impl<'de> Deserialize<'de> for SchemaMutationType
impl<'de> Deserialize<'de> for SchemaMutationType
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