pub struct CancunSpec;
Trait Implementations§
Source§impl Clone for CancunSpec
impl Clone for CancunSpec
Source§fn clone(&self) -> CancunSpec
fn clone(&self) -> CancunSpec
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 CancunSpec
impl Debug for CancunSpec
Source§impl Default for CancunSpec
impl Default for CancunSpec
Source§fn default() -> CancunSpec
fn default() -> CancunSpec
Returns the “default value” for a type. Read more
Source§impl Hash for CancunSpec
impl Hash for CancunSpec
Source§impl Ord for CancunSpec
impl Ord for CancunSpec
Source§fn cmp(&self, other: &CancunSpec) -> Ordering
fn cmp(&self, other: &CancunSpec) -> 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 CancunSpec
impl PartialEq for CancunSpec
Source§impl PartialOrd for CancunSpec
impl PartialOrd for CancunSpec
Source§impl Spec for CancunSpec
impl Spec for CancunSpec
impl Copy for CancunSpec
impl Eq for CancunSpec
impl StructuralPartialEq for CancunSpec
Auto Trait Implementations§
impl Freeze for CancunSpec
impl RefUnwindSafe for CancunSpec
impl Send for CancunSpec
impl Sync for CancunSpec
impl Unpin for CancunSpec
impl UnwindSafe for CancunSpec
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more