pub struct HideSet(/* private fields */);Expand description
An interned set of macro names.
Only meaningful together with the HideSets table it was created by. There is one
table per translation unit, so mixing two of them is a bug rather than a case to handle.
Implementations§
Trait Implementations§
impl Copy for HideSet
impl Eq for HideSet
Source§impl Ord for HideSet
impl Ord for HideSet
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for HideSet
impl PartialOrd for HideSet
impl StructuralPartialEq for HideSet
Auto Trait Implementations§
impl Freeze for HideSet
impl RefUnwindSafe for HideSet
impl Send for HideSet
impl Sync for HideSet
impl Unpin for HideSet
impl UnsafeUnpin for HideSet
impl UnwindSafe for HideSet
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