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