pub struct RamadanCommandOptions {
pub city: Option<String>,
pub all: bool,
pub roza_number: Option<usize>,
pub plain: bool,
pub json: bool,
pub first_roza_date: Option<String>,
pub clear_first_roza_date: bool,
}Fields§
§city: Option<String>§all: bool§roza_number: Option<usize>§plain: bool§json: bool§first_roza_date: Option<String>§clear_first_roza_date: boolTrait Implementations§
Source§impl Clone for RamadanCommandOptions
impl Clone for RamadanCommandOptions
Source§fn clone(&self) -> RamadanCommandOptions
fn clone(&self) -> RamadanCommandOptions
Returns a duplicate 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 moreSource§impl Debug for RamadanCommandOptions
impl Debug for RamadanCommandOptions
Source§impl Default for RamadanCommandOptions
impl Default for RamadanCommandOptions
Source§fn default() -> RamadanCommandOptions
fn default() -> RamadanCommandOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RamadanCommandOptions
impl RefUnwindSafe for RamadanCommandOptions
impl Send for RamadanCommandOptions
impl Sync for RamadanCommandOptions
impl Unpin for RamadanCommandOptions
impl UnsafeUnpin for RamadanCommandOptions
impl UnwindSafe for RamadanCommandOptions
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