pub struct FuncTypeKey(/* private fields */);
Implementations§
Source§impl FuncTypeKey
impl FuncTypeKey
Trait Implementations§
Source§impl Clone for FuncTypeKey
impl Clone for FuncTypeKey
Source§fn clone(&self) -> FuncTypeKey
fn clone(&self) -> FuncTypeKey
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 FuncTypeKey
impl Debug for FuncTypeKey
Source§impl Default for FuncTypeKey
impl Default for FuncTypeKey
Source§fn default() -> FuncTypeKey
fn default() -> FuncTypeKey
Returns the “default value” for a type. Read more
Source§impl From<usize> for FuncTypeKey
impl From<usize> for FuncTypeKey
Source§impl Hash for FuncTypeKey
impl Hash for FuncTypeKey
Source§impl Node for FuncTypeKey
impl Node for FuncTypeKey
Source§impl Ord for FuncTypeKey
impl Ord for FuncTypeKey
Source§fn cmp(&self, other: &FuncTypeKey) -> Ordering
fn cmp(&self, other: &FuncTypeKey) -> 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 FuncTypeKey
impl PartialEq for FuncTypeKey
Source§impl PartialOrd for FuncTypeKey
impl PartialOrd for FuncTypeKey
Source§impl PiggyVecKey for FuncTypeKey
impl PiggyVecKey for FuncTypeKey
impl Copy for FuncTypeKey
impl Eq for FuncTypeKey
impl StructuralPartialEq for FuncTypeKey
Auto Trait Implementations§
impl Freeze for FuncTypeKey
impl RefUnwindSafe for FuncTypeKey
impl Send for FuncTypeKey
impl Sync for FuncTypeKey
impl Unpin for FuncTypeKey
impl UnwindSafe for FuncTypeKey
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