pub struct ReminderData {
pub tags: Vec<String>,
pub at: Option<String>,
}Fields§
§at: Option<String>Implementations§
Source§impl ReminderData
impl ReminderData
pub fn parse_args(raw: &str) -> Self
Trait Implementations§
Source§impl Clone for ReminderData
impl Clone for ReminderData
Source§fn clone(&self) -> ReminderData
fn clone(&self) -> ReminderData
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 moreAuto Trait Implementations§
impl Freeze for ReminderData
impl RefUnwindSafe for ReminderData
impl Send for ReminderData
impl Sync for ReminderData
impl Unpin for ReminderData
impl UnsafeUnpin for ReminderData
impl UnwindSafe for ReminderData
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