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