pub struct ServerResponseAllOf {
pub service_id: Option<Box<String>>,
pub id: Option<Box<String>>,
pub pool_id: Option<Box<String>>,
}
Fields§
§service_id: Option<Box<String>>
§id: Option<Box<String>>
§pool_id: Option<Box<String>>
Implementations§
source§impl ServerResponseAllOf
impl ServerResponseAllOf
pub fn new() -> ServerResponseAllOf
Trait Implementations§
source§impl Clone for ServerResponseAllOf
impl Clone for ServerResponseAllOf
source§fn clone(&self) -> ServerResponseAllOf
fn clone(&self) -> ServerResponseAllOf
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 ServerResponseAllOf
impl Debug for ServerResponseAllOf
source§impl Default for ServerResponseAllOf
impl Default for ServerResponseAllOf
source§fn default() -> ServerResponseAllOf
fn default() -> ServerResponseAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServerResponseAllOf
impl<'de> Deserialize<'de> for ServerResponseAllOf
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