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