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