pub struct PullRequestConvertedToDraft { /* private fields */ }
Implementations§
Source§impl PullRequestConvertedToDraft
impl PullRequestConvertedToDraft
pub fn action<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn pull_request<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PullRequestConvertedToDraft
impl Clone for PullRequestConvertedToDraft
Source§fn clone(&self) -> PullRequestConvertedToDraft
fn clone(&self) -> PullRequestConvertedToDraft
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 PullRequestConvertedToDraft
impl Debug for PullRequestConvertedToDraft
Source§impl From<PullRequestConvertedToDraft> for PullRequestConvertedToDraft
impl From<PullRequestConvertedToDraft> for PullRequestConvertedToDraft
Source§fn from(value: PullRequestConvertedToDraft) -> Self
fn from(value: PullRequestConvertedToDraft) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestConvertedToDraft
impl RefUnwindSafe for PullRequestConvertedToDraft
impl Send for PullRequestConvertedToDraft
impl Sync for PullRequestConvertedToDraft
impl Unpin for PullRequestConvertedToDraft
impl UnwindSafe for PullRequestConvertedToDraft
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