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