Struct github_rest::methods::GetCommitsBody
source · pub struct GetCommitsBody { /* private fields */ }
Trait Implementations§
source§impl Clone for GetCommitsBody
impl Clone for GetCommitsBody
source§fn clone(&self) -> GetCommitsBody
fn clone(&self) -> GetCommitsBody
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 GetCommitsBody
impl Debug for GetCommitsBody
source§impl Default for GetCommitsBody
impl Default for GetCommitsBody
source§fn default() -> GetCommitsBody
fn default() -> GetCommitsBody
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetCommitsBody
impl<'de> Deserialize<'de> for GetCommitsBody
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
Auto Trait Implementations§
impl RefUnwindSafe for GetCommitsBody
impl Send for GetCommitsBody
impl Sync for GetCommitsBody
impl Unpin for GetCommitsBody
impl UnwindSafe for GetCommitsBody
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