pub struct SnippetResponseCommonAllOf {
pub service_id: Option<Box<String>>,
pub version: Option<String>,
pub id: Option<Box<String>>,
}
Fields§
§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 SnippetResponseCommonAllOf
impl SnippetResponseCommonAllOf
pub fn new() -> SnippetResponseCommonAllOf
Trait Implementations§
Source§impl Clone for SnippetResponseCommonAllOf
impl Clone for SnippetResponseCommonAllOf
Source§fn clone(&self) -> SnippetResponseCommonAllOf
fn clone(&self) -> SnippetResponseCommonAllOf
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 SnippetResponseCommonAllOf
impl Debug for SnippetResponseCommonAllOf
Source§impl Default for SnippetResponseCommonAllOf
impl Default for SnippetResponseCommonAllOf
Source§fn default() -> SnippetResponseCommonAllOf
fn default() -> SnippetResponseCommonAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SnippetResponseCommonAllOf
impl<'de> Deserialize<'de> for SnippetResponseCommonAllOf
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 SnippetResponseCommonAllOf
Auto Trait Implementations§
impl Freeze for SnippetResponseCommonAllOf
impl RefUnwindSafe for SnippetResponseCommonAllOf
impl Send for SnippetResponseCommonAllOf
impl Sync for SnippetResponseCommonAllOf
impl Unpin for SnippetResponseCommonAllOf
impl UnwindSafe for SnippetResponseCommonAllOf
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