pub enum AnnonationKey {
Symbol(Symbol),
ULong(u64),
Long(i64),
}
Expand description
Key for annotations Map
Variants§
Trait Implementations§
source§impl Clone for AnnonationKey
impl Clone for AnnonationKey
source§fn clone(&self) -> AnnonationKey
fn clone(&self) -> AnnonationKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AnnonationKey
impl Debug for AnnonationKey
source§impl From<&str> for AnnonationKey
impl From<&str> for AnnonationKey
source§impl From<String> for AnnonationKey
impl From<String> for AnnonationKey
source§impl From<u64> for AnnonationKey
impl From<u64> for AnnonationKey
source§impl Hash for AnnonationKey
impl Hash for AnnonationKey
source§impl PartialEq for AnnonationKey
impl PartialEq for AnnonationKey
source§fn eq(&self, other: &AnnonationKey) -> bool
fn eq(&self, other: &AnnonationKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AnnonationKey
impl StructuralPartialEq for AnnonationKey
Auto Trait Implementations§
impl RefUnwindSafe for AnnonationKey
impl Send for AnnonationKey
impl Sync for AnnonationKey
impl Unpin for AnnonationKey
impl UnwindSafe for AnnonationKey
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