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