pub struct WeeklyArgs {
pub shared: SharedArgs,
pub start_of_week: WeekDay,
}Fields§
§start_of_week: WeekDayTrait Implementations§
Source§impl Clone for WeeklyArgs
impl Clone for WeeklyArgs
Source§fn clone(&self) -> WeeklyArgs
fn clone(&self) -> WeeklyArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WeeklyArgs
impl RefUnwindSafe for WeeklyArgs
impl Send for WeeklyArgs
impl Sync for WeeklyArgs
impl Unpin for WeeklyArgs
impl UnsafeUnpin for WeeklyArgs
impl UnwindSafe for WeeklyArgs
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