pub struct DateSection;Trait Implementations§
Source§impl PromptSection for DateSection
impl PromptSection for DateSection
Auto Trait Implementations§
impl Freeze for DateSection
impl RefUnwindSafe for DateSection
impl Send for DateSection
impl Sync for DateSection
impl Unpin for DateSection
impl UnsafeUnpin for DateSection
impl UnwindSafe for DateSection
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