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