pub struct CreateSessionAnnotationResponse {
pub id: Option<String>,
pub message_id: Option<String>,
pub content: Option<String>,
pub author: Option<String>,
pub created_at: Option<String>,
pub resolved: Option<bool>,
}Expand description
CreateSessionAnnotationResponse model.
Fields§
§id: Option<String>§message_id: Option<String>§content: Option<String>§created_at: Option<String>§resolved: Option<bool>Trait Implementations§
Source§impl Clone for CreateSessionAnnotationResponse
impl Clone for CreateSessionAnnotationResponse
Source§fn clone(&self) -> CreateSessionAnnotationResponse
fn clone(&self) -> CreateSessionAnnotationResponse
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 Default for CreateSessionAnnotationResponse
impl Default for CreateSessionAnnotationResponse
Source§fn default() -> CreateSessionAnnotationResponse
fn default() -> CreateSessionAnnotationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSessionAnnotationResponse
impl<'de> Deserialize<'de> for CreateSessionAnnotationResponse
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 StructuralPartialEq for CreateSessionAnnotationResponse
Auto Trait Implementations§
impl Freeze for CreateSessionAnnotationResponse
impl RefUnwindSafe for CreateSessionAnnotationResponse
impl Send for CreateSessionAnnotationResponse
impl Sync for CreateSessionAnnotationResponse
impl Unpin for CreateSessionAnnotationResponse
impl UnsafeUnpin for CreateSessionAnnotationResponse
impl UnwindSafe for CreateSessionAnnotationResponse
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