pub struct CreatePrOptions {
pub title: String,
pub body: Option<String>,
pub head: String,
pub base: String,
pub draft: bool,
}Fields§
§title: String§body: Option<String>§head: String§base: String§draft: boolTrait Implementations§
Source§impl Clone for CreatePrOptions
impl Clone for CreatePrOptions
Source§fn clone(&self) -> CreatePrOptions
fn clone(&self) -> CreatePrOptions
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 CreatePrOptions
impl RefUnwindSafe for CreatePrOptions
impl Send for CreatePrOptions
impl Sync for CreatePrOptions
impl Unpin for CreatePrOptions
impl UnsafeUnpin for CreatePrOptions
impl UnwindSafe for CreatePrOptions
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