Struct go_vm::parser::FuncDeclKey
source · #[repr(transparent)]pub struct FuncDeclKey(_);
Implementations§
source§impl FuncDeclKey
impl FuncDeclKey
pub fn null() -> FuncDeclKey
Trait Implementations§
source§impl Clone for FuncDeclKey
impl Clone for FuncDeclKey
source§fn clone(&self) -> FuncDeclKey
fn clone(&self) -> FuncDeclKey
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 FuncDeclKey
impl Debug for FuncDeclKey
source§impl Default for FuncDeclKey
impl Default for FuncDeclKey
source§fn default() -> FuncDeclKey
fn default() -> FuncDeclKey
Returns the “default value” for a type. Read more
source§impl From<usize> for FuncDeclKey
impl From<usize> for FuncDeclKey
source§fn from(k: usize) -> FuncDeclKey
fn from(k: usize) -> FuncDeclKey
Converts to this type from the input type.
source§impl Hash for FuncDeclKey
impl Hash for FuncDeclKey
source§impl Ord for FuncDeclKey
impl Ord for FuncDeclKey
source§fn cmp(&self, other: &FuncDeclKey) -> Ordering
fn cmp(&self, other: &FuncDeclKey) -> 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<FuncDeclKey> for FuncDeclKey
impl PartialEq<FuncDeclKey> for FuncDeclKey
source§fn eq(&self, other: &FuncDeclKey) -> bool
fn eq(&self, other: &FuncDeclKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FuncDeclKey> for FuncDeclKey
impl PartialOrd<FuncDeclKey> for FuncDeclKey
source§fn partial_cmp(&self, other: &FuncDeclKey) -> Option<Ordering>
fn partial_cmp(&self, other: &FuncDeclKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PiggyVecKey for FuncDeclKey
impl PiggyVecKey for FuncDeclKey
impl Copy for FuncDeclKey
impl Eq for FuncDeclKey
impl StructuralEq for FuncDeclKey
impl StructuralPartialEq for FuncDeclKey
Auto Trait Implementations§
impl RefUnwindSafe for FuncDeclKey
impl Send for FuncDeclKey
impl Sync for FuncDeclKey
impl Unpin for FuncDeclKey
impl UnwindSafe for FuncDeclKey
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