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