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