Struct github_rest::model::commits::events::nested::NestedCommit
source · pub struct NestedCommit {
pub sha: String,
pub url: String,
}
Fields§
§sha: String
§url: String
Trait Implementations§
source§impl Clone for NestedCommit
impl Clone for NestedCommit
source§fn clone(&self) -> NestedCommit
fn clone(&self) -> NestedCommit
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 NestedCommit
impl Debug for NestedCommit
source§impl<'de> Deserialize<'de> for NestedCommit
impl<'de> Deserialize<'de> for NestedCommit
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<NestedCommit> for NestedCommit
impl PartialEq<NestedCommit> for NestedCommit
source§fn eq(&self, other: &NestedCommit) -> bool
fn eq(&self, other: &NestedCommit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for NestedCommit
impl Serialize for NestedCommit
impl StructuralPartialEq for NestedCommit
Auto Trait Implementations§
impl RefUnwindSafe for NestedCommit
impl Send for NestedCommit
impl Sync for NestedCommit
impl Unpin for NestedCommit
impl UnwindSafe for NestedCommit
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