pub struct Date(/* private fields */);Expand description
Date helper used for serializing and deserializing 2 LE-encoded u32
values into a single u64 value.
Trait Implementations§
Source§impl TryDeserialize for Date
impl TryDeserialize for Date
type Error = Error
fn try_deserialize(src: &mut Deserializer<'_>) -> Result<Self, Error>
Source§impl TrySerialize for Date
impl TrySerialize for Date
Auto Trait Implementations§
impl Freeze for Date
impl RefUnwindSafe for Date
impl Send for Date
impl Sync for Date
impl Unpin for Date
impl UnwindSafe for Date
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