pub struct NonNullType {
pub loc: Option<Location>,
pub _type: NonNullInnerType,
}
Fields§
§loc: Option<Location>
§_type: NonNullInnerType
Trait Implementations§
Source§impl Debug for NonNullType
impl Debug for NonNullType
Source§impl<'de> Deserialize<'de> for NonNullType
impl<'de> Deserialize<'de> for NonNullType
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
Source§impl PartialEq for NonNullType
impl PartialEq for NonNullType
Source§impl Serialize for NonNullType
impl Serialize for NonNullType
impl StructuralPartialEq for NonNullType
Auto Trait Implementations§
impl Freeze for NonNullType
impl RefUnwindSafe for NonNullType
impl Send for NonNullType
impl Sync for NonNullType
impl Unpin for NonNullType
impl UnwindSafe for NonNullType
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