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