Struct cargo_doc2readme::depinfo::HashDef
source · [−]struct HashDef;
Implementations
sourceimpl HashDef
impl HashDef
fn deserialize<'de, D>(deserializer: D) -> Result<Hash, D::Error> where
D: Deserializer<'de>,
fn serialize<S>(this: &Hash, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for HashDef
impl Send for HashDef
impl Sync for HashDef
impl Unpin for HashDef
impl UnwindSafe for HashDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more