pub struct VersionResponseAllOf {
pub service_id: Option<Box<String>>,
}
Fields§
§service_id: Option<Box<String>>
Implementations§
source§impl VersionResponseAllOf
impl VersionResponseAllOf
pub fn new() -> VersionResponseAllOf
Trait Implementations§
source§impl Clone for VersionResponseAllOf
impl Clone for VersionResponseAllOf
source§fn clone(&self) -> VersionResponseAllOf
fn clone(&self) -> VersionResponseAllOf
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 VersionResponseAllOf
impl Debug for VersionResponseAllOf
source§impl Default for VersionResponseAllOf
impl Default for VersionResponseAllOf
source§fn default() -> VersionResponseAllOf
fn default() -> VersionResponseAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VersionResponseAllOf
impl<'de> Deserialize<'de> for VersionResponseAllOf
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<VersionResponseAllOf> for VersionResponseAllOf
impl PartialEq<VersionResponseAllOf> for VersionResponseAllOf
source§fn eq(&self, other: &VersionResponseAllOf) -> bool
fn eq(&self, other: &VersionResponseAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for VersionResponseAllOf
impl Serialize for VersionResponseAllOf
impl StructuralPartialEq for VersionResponseAllOf
Auto Trait Implementations§
impl RefUnwindSafe for VersionResponseAllOf
impl Send for VersionResponseAllOf
impl Sync for VersionResponseAllOf
impl Unpin for VersionResponseAllOf
impl UnwindSafe for VersionResponseAllOf
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