pub struct RamadanOutput {
pub mode: String,
pub location: String,
pub hijri_year: i64,
pub rows: Vec<RamadanRow>,
}Fields§
§mode: String§location: String§hijri_year: i64§rows: Vec<RamadanRow>Trait Implementations§
Source§impl Clone for RamadanOutput
impl Clone for RamadanOutput
Source§fn clone(&self) -> RamadanOutput
fn clone(&self) -> RamadanOutput
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 RamadanOutput
impl Debug for RamadanOutput
Auto Trait Implementations§
impl Freeze for RamadanOutput
impl RefUnwindSafe for RamadanOutput
impl Send for RamadanOutput
impl Sync for RamadanOutput
impl Unpin for RamadanOutput
impl UnsafeUnpin for RamadanOutput
impl UnwindSafe for RamadanOutput
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