Struct apache_avro::Duration
source · pub struct Duration { /* private fields */ }
Expand description
A struct representing duration that hides the details of endianness and conversion between platform-native u32 and byte arrays.
Implementations§
Trait Implementations§
source§impl PartialEq<Duration> for Duration
impl PartialEq<Duration> for Duration
impl Copy for Duration
impl Eq for Duration
impl StructuralEq for Duration
impl StructuralPartialEq for Duration
Auto Trait Implementations§
impl RefUnwindSafe for Duration
impl Send for Duration
impl Sync for Duration
impl Unpin for Duration
impl UnwindSafe for Duration
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