pub struct EventDate;Expand description
EventDate (866).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventDate
impl RefUnwindSafe for EventDate
impl Send for EventDate
impl Sync for EventDate
impl Unpin for EventDate
impl UnsafeUnpin for EventDate
impl UnwindSafe for EventDate
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