pub struct DecorationId(/* private fields */);Expand description
A decoration’s identity: monotonic, never reused within a store’s lifetime.
Trait Implementations§
Source§impl Clone for DecorationId
impl Clone for DecorationId
Source§fn clone(&self) -> DecorationId
fn clone(&self) -> DecorationId
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 DecorationId
Source§impl Debug for DecorationId
impl Debug for DecorationId
impl Eq for DecorationId
Source§impl Ord for DecorationId
impl Ord for DecorationId
Source§fn cmp(&self, other: &DecorationId) -> Ordering
fn cmp(&self, other: &DecorationId) -> 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 DecorationId
impl PartialEq for DecorationId
Source§impl PartialOrd for DecorationId
impl PartialOrd for DecorationId
impl StructuralPartialEq for DecorationId
Auto Trait Implementations§
impl Freeze for DecorationId
impl RefUnwindSafe for DecorationId
impl Send for DecorationId
impl Sync for DecorationId
impl Unpin for DecorationId
impl UnsafeUnpin for DecorationId
impl UnwindSafe for DecorationId
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.