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