pub struct CustomAttributeIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CustomAttributeIndex
impl Clone for CustomAttributeIndex
Source§fn clone(&self) -> CustomAttributeIndex
fn clone(&self) -> CustomAttributeIndex
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 CustomAttributeIndex
Source§impl Debug for CustomAttributeIndex
impl Debug for CustomAttributeIndex
impl Eq for CustomAttributeIndex
Source§impl Hash for CustomAttributeIndex
impl Hash for CustomAttributeIndex
Source§impl Ord for CustomAttributeIndex
impl Ord for CustomAttributeIndex
Source§fn cmp(&self, other: &CustomAttributeIndex) -> Ordering
fn cmp(&self, other: &CustomAttributeIndex) -> Ordering
1.21.0 (const: unstable) · 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 CustomAttributeIndex
impl PartialEq for CustomAttributeIndex
Source§fn eq(&self, other: &CustomAttributeIndex) -> bool
fn eq(&self, other: &CustomAttributeIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CustomAttributeIndex
impl PartialOrd for CustomAttributeIndex
impl StructuralPartialEq for CustomAttributeIndex
Auto Trait Implementations§
impl Freeze for CustomAttributeIndex
impl RefUnwindSafe for CustomAttributeIndex
impl Send for CustomAttributeIndex
impl Sync for CustomAttributeIndex
impl Unpin for CustomAttributeIndex
impl UnsafeUnpin for CustomAttributeIndex
impl UnwindSafe for CustomAttributeIndex
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