pub struct CommitCommitTree {
pub sha: String,
pub url: String,
}
Fields§
§sha: String
§url: String
Implementations§
Source§impl CommitCommitTree
impl CommitCommitTree
pub fn new(sha: String, url: String) -> CommitCommitTree
Trait Implementations§
Source§impl Clone for CommitCommitTree
impl Clone for CommitCommitTree
Source§fn clone(&self) -> CommitCommitTree
fn clone(&self) -> CommitCommitTree
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 CommitCommitTree
impl Debug for CommitCommitTree
Source§impl Default for CommitCommitTree
impl Default for CommitCommitTree
Source§fn default() -> CommitCommitTree
fn default() -> CommitCommitTree
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommitCommitTree
impl<'de> Deserialize<'de> for CommitCommitTree
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 CommitCommitTree
impl PartialEq for CommitCommitTree
Source§impl Serialize for CommitCommitTree
impl Serialize for CommitCommitTree
impl StructuralPartialEq for CommitCommitTree
Auto Trait Implementations§
impl Freeze for CommitCommitTree
impl RefUnwindSafe for CommitCommitTree
impl Send for CommitCommitTree
impl Sync for CommitCommitTree
impl Unpin for CommitCommitTree
impl UnwindSafe for CommitCommitTree
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