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