pub struct ScheduleOpts {
pub url: Option<String>,
pub repo: Option<String>,
pub branch: Option<String>,
pub year: Option<i32>,
pub quarter: Option<usize>,
}
Fields§
§url: Option<String>
§repo: Option<String>
§branch: Option<String>
§year: Option<i32>
§quarter: Option<usize>
Auto Trait Implementations§
impl Freeze for ScheduleOpts
impl RefUnwindSafe for ScheduleOpts
impl Send for ScheduleOpts
impl Sync for ScheduleOpts
impl Unpin for ScheduleOpts
impl UnwindSafe for ScheduleOpts
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