pub struct CreateDeploymentRequestCommentRequest {
pub body: String,
pub parent_id: Option<Option<i64>>,
pub anchor_kind: Option<Option<String>>,
pub anchor_path: Option<Option<String>>,
}Fields§
§body: String§parent_id: Option<Option<i64>>§anchor_kind: Option<Option<String>>§anchor_path: Option<Option<String>>Implementations§
Source§impl CreateDeploymentRequestCommentRequest
impl CreateDeploymentRequestCommentRequest
pub fn new(body: String) -> CreateDeploymentRequestCommentRequest
Trait Implementations§
Source§impl Clone for CreateDeploymentRequestCommentRequest
impl Clone for CreateDeploymentRequestCommentRequest
Source§fn clone(&self) -> CreateDeploymentRequestCommentRequest
fn clone(&self) -> CreateDeploymentRequestCommentRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CreateDeploymentRequestCommentRequest
impl Default for CreateDeploymentRequestCommentRequest
Source§fn default() -> CreateDeploymentRequestCommentRequest
fn default() -> CreateDeploymentRequestCommentRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateDeploymentRequestCommentRequest
impl<'de> Deserialize<'de> for CreateDeploymentRequestCommentRequest
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
Source§impl PartialEq for CreateDeploymentRequestCommentRequest
impl PartialEq for CreateDeploymentRequestCommentRequest
Source§fn eq(&self, other: &CreateDeploymentRequestCommentRequest) -> bool
fn eq(&self, other: &CreateDeploymentRequestCommentRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateDeploymentRequestCommentRequest
Auto Trait Implementations§
impl Freeze for CreateDeploymentRequestCommentRequest
impl RefUnwindSafe for CreateDeploymentRequestCommentRequest
impl Send for CreateDeploymentRequestCommentRequest
impl Sync for CreateDeploymentRequestCommentRequest
impl Unpin for CreateDeploymentRequestCommentRequest
impl UnsafeUnpin for CreateDeploymentRequestCommentRequest
impl UnwindSafe for CreateDeploymentRequestCommentRequest
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