pub struct MissingUnionProperty { /* private fields */ }Implementations§
Source§impl MissingUnionProperty
impl MissingUnionProperty
pub fn operator_eq(&self, rhs: &MissingUnionProperty) -> bool
Trait Implementations§
Source§impl Clone for MissingUnionProperty
impl Clone for MissingUnionProperty
Source§fn clone(&self) -> MissingUnionProperty
fn clone(&self) -> MissingUnionProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CopyError for MissingUnionProperty
impl CopyError for MissingUnionProperty
fn copy_error_impl( &mut self, dest_arena: &mut TypeArena, clone_state: &mut CloneState, )
Source§impl Debug for MissingUnionProperty
impl Debug for MissingUnionProperty
impl Eq for MissingUnionProperty
Source§impl ErrorToString for MissingUnionProperty
impl ErrorToString for MissingUnionProperty
fn error_to_string_impl(&self, stream: &mut dyn Write) -> Result
Source§impl From<MissingUnionProperty> for TypeErrorData
impl From<MissingUnionProperty> for TypeErrorData
Source§fn from(value: MissingUnionProperty) -> Self
fn from(value: MissingUnionProperty) -> Self
Converts to this type from the input type.
Source§impl Hash for MissingUnionProperty
impl Hash for MissingUnionProperty
Source§impl PartialEq for MissingUnionProperty
impl PartialEq for MissingUnionProperty
Source§fn eq(&self, other: &MissingUnionProperty) -> bool
fn eq(&self, other: &MissingUnionProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MissingUnionProperty
Source§impl TypeErrorDataMember for MissingUnionProperty
impl TypeErrorDataMember for MissingUnionProperty
fn get_if(v: &TypeErrorData) -> Option<&Self>
fn get_if_mut(v: &mut TypeErrorData) -> Option<&mut Self>
Auto Trait Implementations§
impl !Send for MissingUnionProperty
impl !Sync for MissingUnionProperty
impl Freeze for MissingUnionProperty
impl RefUnwindSafe for MissingUnionProperty
impl Unpin for MissingUnionProperty
impl UnsafeUnpin for MissingUnionProperty
impl UnwindSafe for MissingUnionProperty
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