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