pub struct UrlVeryShortHash(/* private fields */);Expand description
This type contains the first quarter of a UrlHash instance where a less secure test using
a truncated hash value is acceptable.
Trait Implementations§
Source§impl Clone for UrlVeryShortHash
impl Clone for UrlVeryShortHash
Source§fn clone(&self) -> UrlVeryShortHash
fn clone(&self) -> UrlVeryShortHash
Returns a duplicate 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 UrlVeryShortHash
impl Debug for UrlVeryShortHash
Source§impl Display for UrlVeryShortHash
impl Display for UrlVeryShortHash
Source§impl Hash for UrlVeryShortHash
impl Hash for UrlVeryShortHash
Source§impl PartialEq for UrlVeryShortHash
impl PartialEq for UrlVeryShortHash
impl Copy for UrlVeryShortHash
impl Eq for UrlVeryShortHash
impl StructuralPartialEq for UrlVeryShortHash
Auto Trait Implementations§
impl Freeze for UrlVeryShortHash
impl RefUnwindSafe for UrlVeryShortHash
impl Send for UrlVeryShortHash
impl Sync for UrlVeryShortHash
impl Unpin for UrlVeryShortHash
impl UnwindSafe for UrlVeryShortHash
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