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