pub struct GitCommitParentsInner {
pub sha: String,
pub url: String,
pub html_url: String,
}
Fields§
§sha: String
SHA for the commit
url: String
§html_url: String
Implementations§
Trait Implementations§
Source§impl Clone for GitCommitParentsInner
impl Clone for GitCommitParentsInner
Source§fn clone(&self) -> GitCommitParentsInner
fn clone(&self) -> GitCommitParentsInner
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 GitCommitParentsInner
impl Debug for GitCommitParentsInner
Source§impl Default for GitCommitParentsInner
impl Default for GitCommitParentsInner
Source§fn default() -> GitCommitParentsInner
fn default() -> GitCommitParentsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GitCommitParentsInner
impl<'de> Deserialize<'de> for GitCommitParentsInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GitCommitParentsInner
impl PartialEq for GitCommitParentsInner
Source§impl Serialize for GitCommitParentsInner
impl Serialize for GitCommitParentsInner
impl StructuralPartialEq for GitCommitParentsInner
Auto Trait Implementations§
impl Freeze for GitCommitParentsInner
impl RefUnwindSafe for GitCommitParentsInner
impl Send for GitCommitParentsInner
impl Sync for GitCommitParentsInner
impl Unpin for GitCommitParentsInner
impl UnwindSafe for GitCommitParentsInner
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