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