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