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