pub struct DiffsResource<'c, C: HttpClient> { /* private fields */ }Expand description
Operations on diffs within a repository.
Implementations§
Auto Trait Implementations§
impl<'c, C> Freeze for DiffsResource<'c, C>
impl<'c, C> RefUnwindSafe for DiffsResource<'c, C>where
C: RefUnwindSafe,
impl<'c, C> Send for DiffsResource<'c, C>
impl<'c, C> Sync for DiffsResource<'c, C>
impl<'c, C> Unpin for DiffsResource<'c, C>
impl<'c, C> UnwindSafe for DiffsResource<'c, C>where
C: RefUnwindSafe,
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