pub struct StoredPrayerSettings {
pub method: i64,
pub school: i64,
pub timezone: Option<String>,
}Fields§
§method: i64§school: i64§timezone: Option<String>Trait Implementations§
Source§impl Clone for StoredPrayerSettings
impl Clone for StoredPrayerSettings
Source§fn clone(&self) -> StoredPrayerSettings
fn clone(&self) -> StoredPrayerSettings
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 moreAuto Trait Implementations§
impl Freeze for StoredPrayerSettings
impl RefUnwindSafe for StoredPrayerSettings
impl Send for StoredPrayerSettings
impl Sync for StoredPrayerSettings
impl Unpin for StoredPrayerSettings
impl UnsafeUnpin for StoredPrayerSettings
impl UnwindSafe for StoredPrayerSettings
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