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