pub struct IntrospectionDeprecation<'a> {
pub is_deprecated: Option<bool>,
pub deprecation_reason: Option<&'a str>,
}
Fields§
§is_deprecated: Option<bool>
§deprecation_reason: Option<&'a str>
Trait Implementations§
Source§impl<'a> Debug for IntrospectionDeprecation<'a>
impl<'a> Debug for IntrospectionDeprecation<'a>
Source§impl<'de, 'a> Deserialize<'de> for IntrospectionDeprecation<'a>
impl<'de, 'a> Deserialize<'de> for IntrospectionDeprecation<'a>
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<'a> Freeze for IntrospectionDeprecation<'a>
impl<'a> RefUnwindSafe for IntrospectionDeprecation<'a>
impl<'a> Send for IntrospectionDeprecation<'a>
impl<'a> Sync for IntrospectionDeprecation<'a>
impl<'a> Unpin for IntrospectionDeprecation<'a>
impl<'a> UnwindSafe for IntrospectionDeprecation<'a>
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