pub struct DeleteServiceResponse {
pub service: Option<Service>,
}
Fields§
§service: Option<Service>
The full description of the deleted service.
Trait Implementations§
Source§impl Clone for DeleteServiceResponse
impl Clone for DeleteServiceResponse
Source§fn clone(&self) -> DeleteServiceResponse
fn clone(&self) -> DeleteServiceResponse
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 DeleteServiceResponse
impl Debug for DeleteServiceResponse
Source§impl Default for DeleteServiceResponse
impl Default for DeleteServiceResponse
Source§fn default() -> DeleteServiceResponse
fn default() -> DeleteServiceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteServiceResponse
impl<'de> Deserialize<'de> for DeleteServiceResponse
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 DeleteServiceResponse
impl PartialEq for DeleteServiceResponse
impl StructuralPartialEq for DeleteServiceResponse
Auto Trait Implementations§
impl Freeze for DeleteServiceResponse
impl RefUnwindSafe for DeleteServiceResponse
impl Send for DeleteServiceResponse
impl Sync for DeleteServiceResponse
impl Unpin for DeleteServiceResponse
impl UnwindSafe for DeleteServiceResponse
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