pub struct BoundedHash;Expand description
The bounded content-binding operation used by the public audit sink.
Trait Implementations§
Source§impl ChainOperation for BoundedHash
impl ChainOperation for BoundedHash
Source§impl Clone for BoundedHash
impl Clone for BoundedHash
Source§fn clone(&self) -> BoundedHash
fn clone(&self) -> BoundedHash
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 BoundedHash
Auto Trait Implementations§
impl Freeze for BoundedHash
impl RefUnwindSafe for BoundedHash
impl Send for BoundedHash
impl Sync for BoundedHash
impl Unpin for BoundedHash
impl UnsafeUnpin for BoundedHash
impl UnwindSafe for BoundedHash
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