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