pub struct BlockSize4096;Trait Implementations§
Source§impl BlockSize for BlockSize4096
impl BlockSize for BlockSize4096
Source§impl Clone for BlockSize4096
impl Clone for BlockSize4096
Source§fn clone(&self) -> BlockSize4096
fn clone(&self) -> BlockSize4096
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 BlockSize4096
impl ConstantBlockSize for BlockSize4096
Source§impl Debug for BlockSize4096
impl Debug for BlockSize4096
Source§impl HasNextBlockSize for BlockSize4096
impl HasNextBlockSize for BlockSize4096
Source§impl HasPrevBlockSize for BlockSize4096
impl HasPrevBlockSize for BlockSize4096
Source§impl Hash for BlockSize4096
impl Hash for BlockSize4096
Source§impl Ord for BlockSize4096
impl Ord for BlockSize4096
Source§impl PartialEq for BlockSize4096
impl PartialEq for BlockSize4096
Source§impl PartialOrd for BlockSize4096
impl PartialOrd for BlockSize4096
Source§fn partial_cmp(&self, other: &BlockSize4096) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockSize4096) -> Option<Ordering>
impl Copy for BlockSize4096
impl Eq for BlockSize4096
impl StructuralPartialEq for BlockSize4096
Auto Trait Implementations§
impl Freeze for BlockSize4096
impl RefUnwindSafe for BlockSize4096
impl Send for BlockSize4096
impl Sync for BlockSize4096
impl Unpin for BlockSize4096
impl UnwindSafe for BlockSize4096
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.