pub struct ServiceCreate201Response {
pub id: Option<String>,
pub warning: Option<String>,
}
Expand description
no error
Fields§
§id: Option<String>
The ID of the created service.
warning: Option<String>
Optional warning message
Trait Implementations§
Source§impl Clone for ServiceCreate201Response
impl Clone for ServiceCreate201Response
Source§fn clone(&self) -> ServiceCreate201Response
fn clone(&self) -> ServiceCreate201Response
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 ServiceCreate201Response
impl Debug for ServiceCreate201Response
Source§impl<'de> Deserialize<'de> for ServiceCreate201Response
impl<'de> Deserialize<'de> for ServiceCreate201Response
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ServiceCreate201Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ServiceCreate201Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ServiceCreate201Response
impl PartialEq for ServiceCreate201Response
Source§impl Serialize for ServiceCreate201Response
impl Serialize for ServiceCreate201Response
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ServiceCreate201Response
Auto Trait Implementations§
impl Freeze for ServiceCreate201Response
impl RefUnwindSafe for ServiceCreate201Response
impl Send for ServiceCreate201Response
impl Sync for ServiceCreate201Response
impl Unpin for ServiceCreate201Response
impl UnwindSafe for ServiceCreate201Response
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