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