pub struct H520(pub H520);Expand description
Lenient hash json deserialization for test json files.
Tuple Fields§
§0: H520Trait Implementations§
Source§impl<'a> Deserialize<'a> for H520
impl<'a> Deserialize<'a> for H520
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for H520
impl Ord for H520
Source§impl PartialOrd for H520
impl PartialOrd for H520
impl Eq for H520
impl StructuralPartialEq for H520
Auto Trait Implementations§
impl Freeze for H520
impl RefUnwindSafe for H520
impl Send for H520
impl Sync for H520
impl Unpin for H520
impl UnwindSafe for H520
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