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