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