pub struct GetReviewDiffBlobs;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetReviewDiffBlobs
impl RefUnwindSafe for GetReviewDiffBlobs
impl Send for GetReviewDiffBlobs
impl Sync for GetReviewDiffBlobs
impl Unpin for GetReviewDiffBlobs
impl UnsafeUnpin for GetReviewDiffBlobs
impl UnwindSafe for GetReviewDiffBlobs
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