#[repr(C)]pub struct AnyHash(/* private fields */);Implementations§
Trait Implementations§
Source§impl Deserialize for AnyHash
impl Deserialize for AnyHash
fn deserialize<R: ReadBytesExt>( reader: &mut R, ) -> Result<Self, SerializingError>
fn deserialize_from_vec(v: &Vec<u8>) -> Result<Self, SerializingError>
Source§impl Ord for AnyHash
impl Ord for AnyHash
Source§impl PartialOrd for AnyHash
impl PartialOrd for AnyHash
Source§impl Serialize for AnyHash
impl Serialize for AnyHash
fn serialize<W: WriteBytesExt>( &self, writer: &mut W, ) -> Result<usize, SerializingError>
fn serialized_size(&self) -> usize
fn serialize_to_vec(&self) -> Vec<u8> ⓘ
impl Eq for AnyHash
impl StructuralPartialEq for AnyHash
Auto Trait Implementations§
impl Freeze for AnyHash
impl RefUnwindSafe for AnyHash
impl Send for AnyHash
impl Sync for AnyHash
impl Unpin for AnyHash
impl UnwindSafe for AnyHash
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