pub struct AzEl {
pub start: OffsetDateTime,
pub end: OffsetDateTime,
pub location: Location,
pub directions: Vec<Direction>,
}Fields§
§start: OffsetDateTime§end: OffsetDateTime§location: Location§directions: Vec<Direction>Trait Implementations§
impl StructuralPartialEq for AzEl
Auto Trait Implementations§
impl Freeze for AzEl
impl RefUnwindSafe for AzEl
impl Send for AzEl
impl Sync for AzEl
impl Unpin for AzEl
impl UnwindSafe for AzEl
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