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