pub struct CreateBugCommentResponse {
pub comment: BugCommentResource,
pub status: String,
}Fields§
§comment: BugCommentResource§status: StringTrait Implementations§
impl ApiResource for CreateBugCommentResponse
Source§impl Clone for CreateBugCommentResponse
impl Clone for CreateBugCommentResponse
Source§fn clone(&self) -> CreateBugCommentResponse
fn clone(&self) -> CreateBugCommentResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateBugCommentResponse
impl Debug for CreateBugCommentResponse
Source§impl<'de> Deserialize<'de> for CreateBugCommentResponse
impl<'de> Deserialize<'de> for CreateBugCommentResponse
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
impl Eq for CreateBugCommentResponse
Source§impl PartialEq for CreateBugCommentResponse
impl PartialEq for CreateBugCommentResponse
Source§fn eq(&self, other: &CreateBugCommentResponse) -> bool
fn eq(&self, other: &CreateBugCommentResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateBugCommentResponse
impl Serialize for CreateBugCommentResponse
impl StructuralPartialEq for CreateBugCommentResponse
Auto Trait Implementations§
impl Freeze for CreateBugCommentResponse
impl RefUnwindSafe for CreateBugCommentResponse
impl Send for CreateBugCommentResponse
impl Sync for CreateBugCommentResponse
impl Unpin for CreateBugCommentResponse
impl UnsafeUnpin for CreateBugCommentResponse
impl UnwindSafe for CreateBugCommentResponse
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