pub struct CodeCommitCodeCommit {
pub references: Vec<CodeCommitReference>,
}Expand description
CodeCommitCodeCommit represents a CodeCommit object in a record
Fields§
§references: Vec<CodeCommitReference>Trait Implementations§
source§impl Clone for CodeCommitCodeCommit
impl Clone for CodeCommitCodeCommit
source§fn clone(&self) -> CodeCommitCodeCommit
fn clone(&self) -> CodeCommitCodeCommit
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 CodeCommitCodeCommit
impl Debug for CodeCommitCodeCommit
source§impl<'de> Deserialize<'de> for CodeCommitCodeCommit
impl<'de> Deserialize<'de> for CodeCommitCodeCommit
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<CodeCommitCodeCommit> for CodeCommitCodeCommit
impl PartialEq<CodeCommitCodeCommit> for CodeCommitCodeCommit
source§fn eq(&self, other: &CodeCommitCodeCommit) -> bool
fn eq(&self, other: &CodeCommitCodeCommit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.