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