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