Enum saturn_cli::ui::types::CommandType
source · pub enum CommandType {
Delete(Vec<u64>),
DeleteRecurring(Vec<u64>),
Entry(String),
Edit(bool, u64),
Show(bool, u64),
Search(Vec<String>),
}Variants§
Delete(Vec<u64>)
DeleteRecurring(Vec<u64>)
Entry(String)
Edit(bool, u64)
Show(bool, u64)
Search(Vec<String>)
Trait Implementations§
source§impl Clone for CommandType
impl Clone for CommandType
source§fn clone(&self) -> CommandType
fn clone(&self) -> CommandType
Returns a copy of the value. Read more
1.0.0 · 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 RefUnwindSafe for CommandType
impl Send for CommandType
impl Sync for CommandType
impl Unpin for CommandType
impl UnwindSafe for CommandType
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