pub struct RequestPathHash(/* private fields */);Expand description
RNS 1.4.2 Identity.truncated_hash(path.encode("utf-8")): the wire never carries the path string; both ends know it by contract and meet at this hash.
Implementations§
Trait Implementations§
Source§impl Clone for RequestPathHash
impl Clone for RequestPathHash
Source§fn clone(&self) -> RequestPathHash
fn clone(&self) -> RequestPathHash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RequestPathHash
Source§impl Debug for RequestPathHash
impl Debug for RequestPathHash
impl Eq for RequestPathHash
Source§impl PartialEq for RequestPathHash
impl PartialEq for RequestPathHash
impl StructuralPartialEq for RequestPathHash
Auto Trait Implementations§
impl Freeze for RequestPathHash
impl RefUnwindSafe for RequestPathHash
impl Send for RequestPathHash
impl Sync for RequestPathHash
impl Unpin for RequestPathHash
impl UnsafeUnpin for RequestPathHash
impl UnwindSafe for RequestPathHash
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