pub struct UnresolvedObjectOrEnumRef {
pub kind: f64,
pub name: Option<String>,
pub required: Option<bool>,
pub type_: String,
}Fields§
§kind: f64§name: Option<String>§required: Option<bool>§type_: StringTrait Implementations§
source§impl Clone for UnresolvedObjectOrEnumRef
impl Clone for UnresolvedObjectOrEnumRef
source§fn clone(&self) -> UnresolvedObjectOrEnumRef
fn clone(&self) -> UnresolvedObjectOrEnumRef
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 UnresolvedObjectOrEnumRef
impl Debug for UnresolvedObjectOrEnumRef
source§impl<'de> Deserialize<'de> for UnresolvedObjectOrEnumRef
impl<'de> Deserialize<'de> for UnresolvedObjectOrEnumRef
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<UnresolvedObjectOrEnumRef, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<UnresolvedObjectOrEnumRef, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for UnresolvedObjectOrEnumRef
impl PartialEq for UnresolvedObjectOrEnumRef
source§fn eq(&self, other: &UnresolvedObjectOrEnumRef) -> bool
fn eq(&self, other: &UnresolvedObjectOrEnumRef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for UnresolvedObjectOrEnumRef
impl Serialize for UnresolvedObjectOrEnumRef
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for UnresolvedObjectOrEnumRef
Auto Trait Implementations§
impl RefUnwindSafe for UnresolvedObjectOrEnumRef
impl Send for UnresolvedObjectOrEnumRef
impl Sync for UnresolvedObjectOrEnumRef
impl Unpin for UnresolvedObjectOrEnumRef
impl UnwindSafe for UnresolvedObjectOrEnumRef
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