pub struct StatusEvent { /* private fields */ }
Implementations§
Source§impl StatusEvent
impl StatusEvent
pub fn avatar_url<T>(self, value: T) -> Self
pub fn branches<T>(self, value: T) -> Self
pub fn commit<T>(self, value: T) -> Self
pub fn context<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn name<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 sha<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn target_url<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for StatusEvent
impl Clone for StatusEvent
Source§fn clone(&self) -> StatusEvent
fn clone(&self) -> StatusEvent
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 StatusEvent
impl Debug for StatusEvent
Source§impl Default for StatusEvent
impl Default for StatusEvent
Source§impl From<StatusEvent> for StatusEvent
impl From<StatusEvent> for StatusEvent
Source§fn from(value: StatusEvent) -> Self
fn from(value: StatusEvent) -> Self
Converts to this type from the input type.
Source§impl TryFrom<StatusEvent> for StatusEvent
impl TryFrom<StatusEvent> for StatusEvent
Auto Trait Implementations§
impl Freeze for StatusEvent
impl RefUnwindSafe for StatusEvent
impl Send for StatusEvent
impl Sync for StatusEvent
impl Unpin for StatusEvent
impl UnwindSafe for StatusEvent
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