pub struct MergePrBody { /* private fields */ }Implementations§
Source§impl MergePrBody
impl MergePrBody
pub fn commit_body<T>(self, value: T) -> Self
pub fn commit_title<T>(self, value: T) -> Self
pub fn strategy<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MergePrBody
impl Clone for MergePrBody
Source§fn clone(&self) -> MergePrBody
fn clone(&self) -> MergePrBody
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MergePrBody
impl Debug for MergePrBody
Source§impl Default for MergePrBody
impl Default for MergePrBody
Source§impl From<MergePrBody> for MergePrBody
impl From<MergePrBody> for MergePrBody
Source§fn from(value: MergePrBody) -> Self
fn from(value: MergePrBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MergePrBody> for MergePrBody
impl TryFrom<MergePrBody> for MergePrBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: MergePrBody) -> Result<Self, ConversionError>
fn try_from(value: MergePrBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MergePrBody
impl RefUnwindSafe for MergePrBody
impl Send for MergePrBody
impl Sync for MergePrBody
impl Unpin for MergePrBody
impl UnsafeUnpin for MergePrBody
impl UnwindSafe for MergePrBody
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