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