pub struct PROption {
pub source_ref_name: String,
pub target_ref_name: String,
pub title: String,
pub description: Option<String>,
pub reviewers: Option<Vec<Reviewer>>,
}
Fields§
§source_ref_name: String
§target_ref_name: String
§title: String
§description: Option<String>
§reviewers: Option<Vec<Reviewer>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PROption
impl RefUnwindSafe for PROption
impl Send for PROption
impl Sync for PROption
impl Unpin for PROption
impl UnwindSafe for PROption
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