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 duplicate 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
Source§impl PartialEq for ServerResponseAllOf
impl PartialEq for ServerResponseAllOf
Source§impl Serialize for ServerResponseAllOf
impl Serialize for ServerResponseAllOf
impl StructuralPartialEq for ServerResponseAllOf
Auto Trait Implementations§
impl Freeze for ServerResponseAllOf
impl RefUnwindSafe for ServerResponseAllOf
impl Send for ServerResponseAllOf
impl Sync for ServerResponseAllOf
impl Unpin for ServerResponseAllOf
impl UnwindSafe for ServerResponseAllOf
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