pub struct IntrospectionScalarType {
pub name: String,
pub description: Option<String>,
pub specified_by_url: Option<String>,
}
Fields§
§name: String
§description: Option<String>
§specified_by_url: Option<String>
Trait Implementations§
Source§impl Debug for IntrospectionScalarType
impl Debug for IntrospectionScalarType
Source§impl<'de> Deserialize<'de> for IntrospectionScalarType
impl<'de> Deserialize<'de> for IntrospectionScalarType
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 IntrospectionScalarType
impl RefUnwindSafe for IntrospectionScalarType
impl Send for IntrospectionScalarType
impl Sync for IntrospectionScalarType
impl Unpin for IntrospectionScalarType
impl UnwindSafe for IntrospectionScalarType
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