pub struct SnippetResponseCommon {
    pub created_at: Option<String>,
    pub deleted_at: Option<String>,
    pub updated_at: Option<String>,
    pub service_id: Option<Box<String>>,
    pub version: Option<String>,
    pub id: Option<Box<String>>,
}Fields§
§created_at: Option<String>Date and time in ISO 8601 format.
deleted_at: Option<String>Date and time in ISO 8601 format.
updated_at: Option<String>Date and time in ISO 8601 format.
service_id: Option<Box<String>>§version: Option<String>String representing the number identifying a version of the service.
id: Option<Box<String>>Implementations§
source§impl SnippetResponseCommon
 
impl SnippetResponseCommon
pub fn new() -> SnippetResponseCommon
Trait Implementations§
source§impl Clone for SnippetResponseCommon
 
impl Clone for SnippetResponseCommon
source§fn clone(&self) -> SnippetResponseCommon
 
fn clone(&self) -> SnippetResponseCommon
Returns a copy 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 SnippetResponseCommon
 
impl Debug for SnippetResponseCommon
source§impl Default for SnippetResponseCommon
 
impl Default for SnippetResponseCommon
source§fn default() -> SnippetResponseCommon
 
fn default() -> SnippetResponseCommon
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SnippetResponseCommon
 
impl<'de> Deserialize<'de> for SnippetResponseCommon
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 SnippetResponseCommon
 
impl PartialEq for SnippetResponseCommon
source§fn eq(&self, other: &SnippetResponseCommon) -> bool
 
fn eq(&self, other: &SnippetResponseCommon) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for SnippetResponseCommon
 
impl Serialize for SnippetResponseCommon
impl StructuralPartialEq for SnippetResponseCommon
Auto Trait Implementations§
impl Freeze for SnippetResponseCommon
impl RefUnwindSafe for SnippetResponseCommon
impl Send for SnippetResponseCommon
impl Sync for SnippetResponseCommon
impl Unpin for SnippetResponseCommon
impl UnwindSafe for SnippetResponseCommon
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)