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