pub struct FuncCodeId(/* private fields */);Trait Implementations§
Source§impl Clone for FuncCodeId
impl Clone for FuncCodeId
Source§fn clone(&self) -> FuncCodeId
fn clone(&self) -> FuncCodeId
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 FuncCodeId
impl Debug for FuncCodeId
Source§impl Default for FuncCodeId
impl Default for FuncCodeId
Source§fn default() -> FuncCodeId
fn default() -> FuncCodeId
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for FuncCodeId
impl From<KeyData> for FuncCodeId
Source§impl Hash for FuncCodeId
impl Hash for FuncCodeId
Source§impl Key for FuncCodeId
impl Key for FuncCodeId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for FuncCodeId
impl Ord for FuncCodeId
Source§fn cmp(&self, other: &FuncCodeId) -> Ordering
fn cmp(&self, other: &FuncCodeId) -> Ordering
1.21.0 · 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 FuncCodeId
impl PartialEq for FuncCodeId
Source§impl PartialOrd for FuncCodeId
impl PartialOrd for FuncCodeId
impl Copy for FuncCodeId
impl Eq for FuncCodeId
impl StructuralPartialEq for FuncCodeId
Auto Trait Implementations§
impl Freeze for FuncCodeId
impl RefUnwindSafe for FuncCodeId
impl Send for FuncCodeId
impl Sync for FuncCodeId
impl Unpin for FuncCodeId
impl UnwindSafe for FuncCodeId
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§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 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.