Struct concordium_std::hashes::IncorrectLength
source · pub struct IncorrectLength;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IncorrectLength
impl Send for IncorrectLength
impl Sync for IncorrectLength
impl Unpin for IncorrectLength
impl UnwindSafe for IncorrectLength
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