pub struct BlockSize2048;Trait Implementations§
Source§impl BlockSize for BlockSize2048
impl BlockSize for BlockSize2048
Source§impl Clone for BlockSize2048
impl Clone for BlockSize2048
Source§fn clone(&self) -> BlockSize2048
fn clone(&self) -> BlockSize2048
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConstantBlockSize for BlockSize2048
impl ConstantBlockSize for BlockSize2048
Source§impl Debug for BlockSize2048
impl Debug for BlockSize2048
Source§impl HasNextBlockSize for BlockSize2048
impl HasNextBlockSize for BlockSize2048
Source§impl HasPrevBlockSize for BlockSize2048
impl HasPrevBlockSize for BlockSize2048
Source§impl Hash for BlockSize2048
impl Hash for BlockSize2048
Source§impl Ord for BlockSize2048
impl Ord for BlockSize2048
Source§impl PartialEq for BlockSize2048
impl PartialEq for BlockSize2048
Source§impl PartialOrd for BlockSize2048
impl PartialOrd for BlockSize2048
Source§fn partial_cmp(&self, other: &BlockSize2048) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockSize2048) -> Option<Ordering>
impl Copy for BlockSize2048
impl Eq for BlockSize2048
impl StructuralPartialEq for BlockSize2048
Auto Trait Implementations§
impl Freeze for BlockSize2048
impl RefUnwindSafe for BlockSize2048
impl Send for BlockSize2048
impl Sync for BlockSize2048
impl Unpin for BlockSize2048
impl UnwindSafe for BlockSize2048
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Comparable<K> for Qwhere
Q: Ord + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Comparable<K> for Qwhere
Q: Ord + ?Sized,
K: Borrow<Q> + ?Sized,
Source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.