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