pub struct GitRefDiff {}Expand description
Representation of the git_ref-diff resource
Trait Implementations§
Source§impl Clone for GitRefDiff
impl Clone for GitRefDiff
Source§fn clone(&self) -> GitRefDiff
fn clone(&self) -> GitRefDiff
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GitRefDiff
impl Debug for GitRefDiff
Source§impl Default for GitRefDiff
impl Default for GitRefDiff
Source§impl<'de> Deserialize<'de> for GitRefDiff
impl<'de> Deserialize<'de> for GitRefDiff
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 GitRefDiff
impl PartialEq for GitRefDiff
Source§fn eq(&self, other: &GitRefDiff) -> bool
fn eq(&self, other: &GitRefDiff) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GitRefDiff
impl Serialize for GitRefDiff
impl StructuralPartialEq for GitRefDiff
Auto Trait Implementations§
impl Freeze for GitRefDiff
impl RefUnwindSafe for GitRefDiff
impl Send for GitRefDiff
impl Sync for GitRefDiff
impl Unpin for GitRefDiff
impl UnsafeUnpin for GitRefDiff
impl UnwindSafe for GitRefDiff
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