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