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