pub(crate) struct ProposeOptions<'a> {
pub(crate) api: Option<&'a str>,
pub(crate) repo: Option<&'a str>,
pub(crate) remote: &'a str,
pub(crate) onto: Option<&'a str>,
pub(crate) change: Option<&'a str>,
pub(crate) key_file: Option<&'a str>,
pub(crate) channel: Option<&'a str>,
pub(crate) cone: Vec<String>,
pub(crate) reviewers: Vec<String>,
}Expand description
Flags of choir propose, after parsing.
Fields§
§api: Option<&'a str>§repo: Option<&'a str>§remote: &'a str§onto: Option<&'a str>§change: Option<&'a str>§key_file: Option<&'a str>§channel: Option<&'a str>§cone: Vec<String>§reviewers: Vec<String>Auto Trait Implementations§
impl<'a> Freeze for ProposeOptions<'a>
impl<'a> RefUnwindSafe for ProposeOptions<'a>
impl<'a> Send for ProposeOptions<'a>
impl<'a> Sync for ProposeOptions<'a>
impl<'a> Unpin for ProposeOptions<'a>
impl<'a> UnsafeUnpin for ProposeOptions<'a>
impl<'a> UnwindSafe for ProposeOptions<'a>
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