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