pub struct NewCaseIdResponse {
pub case_id: String,
pub case_url: String,
}Expand description
Request for getting a new posident case id
Fields§
§case_id: StringNew Postident case id
case_url: StringUsername
Trait Implementations§
Source§impl Debug for NewCaseIdResponse
impl Debug for NewCaseIdResponse
Source§impl<'de> Deserialize<'de> for NewCaseIdResponse
impl<'de> Deserialize<'de> for NewCaseIdResponse
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 NewCaseIdResponse
impl PartialEq for NewCaseIdResponse
Source§fn eq(&self, other: &NewCaseIdResponse) -> bool
fn eq(&self, other: &NewCaseIdResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NewCaseIdResponse
impl Serialize for NewCaseIdResponse
impl StructuralPartialEq for NewCaseIdResponse
Auto Trait Implementations§
impl Freeze for NewCaseIdResponse
impl RefUnwindSafe for NewCaseIdResponse
impl Send for NewCaseIdResponse
impl Sync for NewCaseIdResponse
impl Unpin for NewCaseIdResponse
impl UnsafeUnpin for NewCaseIdResponse
impl UnwindSafe for NewCaseIdResponse
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