pub struct ParsedNaturalSchedule {
pub parsed: ParsedSchedule,
pub prompt: String,
pub name: String,
}Fields§
§parsed: ParsedSchedule§prompt: String§name: StringTrait Implementations§
Source§impl Clone for ParsedNaturalSchedule
impl Clone for ParsedNaturalSchedule
Source§fn clone(&self) -> ParsedNaturalSchedule
fn clone(&self) -> ParsedNaturalSchedule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParsedNaturalSchedule
impl Debug for ParsedNaturalSchedule
impl Eq for ParsedNaturalSchedule
Source§impl PartialEq for ParsedNaturalSchedule
impl PartialEq for ParsedNaturalSchedule
Source§fn eq(&self, other: &ParsedNaturalSchedule) -> bool
fn eq(&self, other: &ParsedNaturalSchedule) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParsedNaturalSchedule
Auto Trait Implementations§
impl Freeze for ParsedNaturalSchedule
impl RefUnwindSafe for ParsedNaturalSchedule
impl Send for ParsedNaturalSchedule
impl Sync for ParsedNaturalSchedule
impl Unpin for ParsedNaturalSchedule
impl UnsafeUnpin for ParsedNaturalSchedule
impl UnwindSafe for ParsedNaturalSchedule
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