pub struct AttrSet(/* private fields */);
Expand description
Interned handle for an AttrSetDef
(a set of Attr
s).
Implementations§
Trait Implementations§
source§impl From<AttrSet> for DiagMsgPart
impl From<AttrSet> for DiagMsgPart
source§fn from(original: AttrSet) -> DiagMsgPart
fn from(original: AttrSet) -> DiagMsgPart
Converts to this type from the input type.
source§impl PartialEq<AttrSet> for AttrSet
impl PartialEq<AttrSet> for AttrSet
impl Copy for AttrSet
impl Eq for AttrSet
impl StructuralEq for AttrSet
impl StructuralPartialEq for AttrSet
Auto Trait Implementations§
impl RefUnwindSafe for AttrSet
impl Send for AttrSet
impl Sync for AttrSet
impl Unpin for AttrSet
impl UnwindSafe for AttrSet
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.