pub struct Bytes64(pub [u8; 64]);
Tuple Fields§
§0: [u8; 64]
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Bytes64
impl<'de> Deserialize<'de> for Bytes64
Source§fn deserialize<D>(deserializer: D) -> Result<Bytes64, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Bytes64, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Bytes64
impl StructuralPartialEq for Bytes64
Auto Trait Implementations§
impl Freeze for Bytes64
impl RefUnwindSafe for Bytes64
impl Send for Bytes64
impl Sync for Bytes64
impl Unpin for Bytes64
impl UnwindSafe for Bytes64
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