pub struct PropertyDefaultValueReflection {
pub inferred_type_reflection: TypeReflection,
pub span: Span,
}Fields§
§inferred_type_reflection: TypeReflection§span: SpanTrait Implementations§
Source§impl Clone for PropertyDefaultValueReflection
impl Clone for PropertyDefaultValueReflection
Source§fn clone(&self) -> PropertyDefaultValueReflection
fn clone(&self) -> PropertyDefaultValueReflection
Returns a duplicate 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<'de> Deserialize<'de> for PropertyDefaultValueReflection
impl<'de> Deserialize<'de> for PropertyDefaultValueReflection
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 Ord for PropertyDefaultValueReflection
impl Ord for PropertyDefaultValueReflection
Source§fn cmp(&self, other: &PropertyDefaultValueReflection) -> Ordering
fn cmp(&self, other: &PropertyDefaultValueReflection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PropertyDefaultValueReflection
impl PartialEq for PropertyDefaultValueReflection
Source§fn eq(&self, other: &PropertyDefaultValueReflection) -> bool
fn eq(&self, other: &PropertyDefaultValueReflection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PropertyDefaultValueReflection
impl PartialOrd for PropertyDefaultValueReflection
impl Eq for PropertyDefaultValueReflection
impl StructuralPartialEq for PropertyDefaultValueReflection
Auto Trait Implementations§
impl Freeze for PropertyDefaultValueReflection
impl RefUnwindSafe for PropertyDefaultValueReflection
impl Send for PropertyDefaultValueReflection
impl Sync for PropertyDefaultValueReflection
impl Unpin for PropertyDefaultValueReflection
impl UnwindSafe for PropertyDefaultValueReflection
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