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