pub struct RamadanRow {
pub roza: usize,
pub sehar: String,
pub iftar: String,
pub date: String,
pub hijri: String,
}Fields§
§roza: usize§sehar: String§iftar: String§date: String§hijri: StringTrait Implementations§
Source§impl Clone for RamadanRow
impl Clone for RamadanRow
Source§fn clone(&self) -> RamadanRow
fn clone(&self) -> RamadanRow
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 RamadanRow
impl Debug for RamadanRow
Auto Trait Implementations§
impl Freeze for RamadanRow
impl RefUnwindSafe for RamadanRow
impl Send for RamadanRow
impl Sync for RamadanRow
impl Unpin for RamadanRow
impl UnsafeUnpin for RamadanRow
impl UnwindSafe for RamadanRow
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