pub struct FileCommitCommitParentsInner {
pub url: Option<String>,
pub html_url: Option<String>,
pub sha: Option<String>,
}
Fields§
§url: Option<String>
§html_url: Option<String>
§sha: Option<String>
Implementations§
Source§impl FileCommitCommitParentsInner
impl FileCommitCommitParentsInner
pub fn new() -> FileCommitCommitParentsInner
Trait Implementations§
Source§impl Clone for FileCommitCommitParentsInner
impl Clone for FileCommitCommitParentsInner
Source§fn clone(&self) -> FileCommitCommitParentsInner
fn clone(&self) -> FileCommitCommitParentsInner
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 FileCommitCommitParentsInner
impl Debug for FileCommitCommitParentsInner
Source§impl Default for FileCommitCommitParentsInner
impl Default for FileCommitCommitParentsInner
Source§fn default() -> FileCommitCommitParentsInner
fn default() -> FileCommitCommitParentsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileCommitCommitParentsInner
impl<'de> Deserialize<'de> for FileCommitCommitParentsInner
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 FileCommitCommitParentsInner
impl PartialEq for FileCommitCommitParentsInner
Source§fn eq(&self, other: &FileCommitCommitParentsInner) -> bool
fn eq(&self, other: &FileCommitCommitParentsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for FileCommitCommitParentsInner
Auto Trait Implementations§
impl Freeze for FileCommitCommitParentsInner
impl RefUnwindSafe for FileCommitCommitParentsInner
impl Send for FileCommitCommitParentsInner
impl Sync for FileCommitCommitParentsInner
impl Unpin for FileCommitCommitParentsInner
impl UnwindSafe for FileCommitCommitParentsInner
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