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