pub struct CustomerNeedCreateInput {Show 13 fields
pub id: Option<String>,
pub customer_id: Option<String>,
pub customer_external_id: Option<String>,
pub issue_id: Option<String>,
pub project_id: Option<String>,
pub comment_id: Option<String>,
pub attachment_id: Option<String>,
pub priority: Option<f64>,
pub body: Option<String>,
pub body_data: Option<Value>,
pub attachment_url: Option<String>,
pub create_as_user: Option<String>,
pub display_icon_url: Option<String>,
}Fields§
§id: Option<String>§customer_id: Option<String>§customer_external_id: Option<String>§issue_id: Option<String>§project_id: Option<String>§comment_id: Option<String>§attachment_id: Option<String>§priority: Option<f64>§body: Option<String>§body_data: Option<Value>§attachment_url: Option<String>§create_as_user: Option<String>§display_icon_url: Option<String>Trait Implementations§
Source§impl Clone for CustomerNeedCreateInput
impl Clone for CustomerNeedCreateInput
Source§fn clone(&self) -> CustomerNeedCreateInput
fn clone(&self) -> CustomerNeedCreateInput
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 Debug for CustomerNeedCreateInput
impl Debug for CustomerNeedCreateInput
Source§impl Default for CustomerNeedCreateInput
impl Default for CustomerNeedCreateInput
Source§fn default() -> CustomerNeedCreateInput
fn default() -> CustomerNeedCreateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomerNeedCreateInput
impl<'de> Deserialize<'de> for CustomerNeedCreateInput
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 CustomerNeedCreateInput
impl RefUnwindSafe for CustomerNeedCreateInput
impl Send for CustomerNeedCreateInput
impl Sync for CustomerNeedCreateInput
impl Unpin for CustomerNeedCreateInput
impl UnwindSafe for CustomerNeedCreateInput
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