pub struct UpdatePrOptions {
pub title: Option<String>,
pub body: Option<String>,
pub base: Option<String>,
}Fields§
§title: Option<String>§body: Option<String>§base: Option<String>Auto Trait Implementations§
impl Freeze for UpdatePrOptions
impl RefUnwindSafe for UpdatePrOptions
impl Send for UpdatePrOptions
impl Sync for UpdatePrOptions
impl Unpin for UpdatePrOptions
impl UnsafeUnpin for UpdatePrOptions
impl UnwindSafe for UpdatePrOptions
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