pub struct ExpandedEvent {
pub start: DateTime<Utc>,
pub end: DateTime<Utc>,
}Expand description
A single expanded event instance with start and end times.
Fields§
§start: DateTime<Utc>§end: DateTime<Utc>Trait Implementations§
Source§impl Clone for ExpandedEvent
impl Clone for ExpandedEvent
Source§fn clone(&self) -> ExpandedEvent
fn clone(&self) -> ExpandedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExpandedEvent
impl Debug for ExpandedEvent
Source§impl PartialEq for ExpandedEvent
impl PartialEq for ExpandedEvent
impl StructuralPartialEq for ExpandedEvent
Auto Trait Implementations§
impl Freeze for ExpandedEvent
impl RefUnwindSafe for ExpandedEvent
impl Send for ExpandedEvent
impl Sync for ExpandedEvent
impl Unpin for ExpandedEvent
impl UnsafeUnpin for ExpandedEvent
impl UnwindSafe for ExpandedEvent
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