pub enum BodyDate {
Indep(IndependentDate),
Local(LocalizedDate),
}Variants§
Indep(IndependentDate)
Local(LocalizedDate)
Trait Implementations§
impl Eq for BodyDate
impl StructuralPartialEq for BodyDate
Auto Trait Implementations§
impl Freeze for BodyDate
impl RefUnwindSafe for BodyDate
impl Send for BodyDate
impl Sync for BodyDate
impl Unpin for BodyDate
impl UnsafeUnpin for BodyDate
impl UnwindSafe for BodyDate
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