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
impl Eq for AnnonationKey
impl StructuralPartialEq for AnnonationKey
Auto Trait Implementations§
impl Freeze for AnnonationKey
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