pub struct UpdateReviewCommentRequest {
pub body: String,
}Fields§
§body: StringTrait Implementations§
impl ApiRequest for UpdateReviewCommentRequest
Source§impl Debug for UpdateReviewCommentRequest
impl Debug for UpdateReviewCommentRequest
Source§impl<'de> Deserialize<'de> for UpdateReviewCommentRequest
impl<'de> Deserialize<'de> for UpdateReviewCommentRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpdateReviewCommentRequest
impl RefUnwindSafe for UpdateReviewCommentRequest
impl Send for UpdateReviewCommentRequest
impl Sync for UpdateReviewCommentRequest
impl Unpin for UpdateReviewCommentRequest
impl UnsafeUnpin for UpdateReviewCommentRequest
impl UnwindSafe for UpdateReviewCommentRequest
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