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