Struct octokit_rs::webhook::builder::CommitSimple
source · pub struct CommitSimple { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for CommitSimple
impl Clone for CommitSimple
source§fn clone(&self) -> CommitSimple
fn clone(&self) -> CommitSimple
Returns a copy 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 CommitSimple
impl Debug for CommitSimple
source§impl Default for CommitSimple
impl Default for CommitSimple
source§impl From<CommitSimple> for CommitSimple
impl From<CommitSimple> for CommitSimple
source§fn from(value: CommitSimple) -> Self
fn from(value: CommitSimple) -> Self
Converts to this type from the input type.
source§impl TryFrom<CommitSimple> for CommitSimple
impl TryFrom<CommitSimple> for CommitSimple
Auto Trait Implementations§
impl RefUnwindSafe for CommitSimple
impl Send for CommitSimple
impl Sync for CommitSimple
impl Unpin for CommitSimple
impl UnwindSafe for CommitSimple
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