pub struct MetadataPropertyAlias { /* private fields */ }Expand description
One externally defined spelling corresponding to a property.
Implementations§
Trait Implementations§
Source§impl Clone for MetadataPropertyAlias
impl Clone for MetadataPropertyAlias
Source§fn clone(&self) -> MetadataPropertyAlias
fn clone(&self) -> MetadataPropertyAlias
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 moreimpl Copy for MetadataPropertyAlias
Source§impl Debug for MetadataPropertyAlias
impl Debug for MetadataPropertyAlias
impl Eq for MetadataPropertyAlias
Source§impl Hash for MetadataPropertyAlias
impl Hash for MetadataPropertyAlias
Source§impl PartialEq for MetadataPropertyAlias
impl PartialEq for MetadataPropertyAlias
Source§fn eq(&self, other: &MetadataPropertyAlias) -> bool
fn eq(&self, other: &MetadataPropertyAlias) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MetadataPropertyAlias
Auto Trait Implementations§
impl Freeze for MetadataPropertyAlias
impl RefUnwindSafe for MetadataPropertyAlias
impl Send for MetadataPropertyAlias
impl Sync for MetadataPropertyAlias
impl Unpin for MetadataPropertyAlias
impl UnsafeUnpin for MetadataPropertyAlias
impl UnwindSafe for MetadataPropertyAlias
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