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