pub struct ServiceUpdateResponse {
pub warnings: Option<Vec<String>>,
}
Available on crate feature
v5
only.Expand description
ServiceUpdateResponse service update response
Fields§
§warnings: Option<Vec<String>>
Optional warning messages
Trait Implementations§
Source§impl Debug for ServiceUpdateResponse
impl Debug for ServiceUpdateResponse
Source§impl Default for ServiceUpdateResponse
impl Default for ServiceUpdateResponse
Source§fn default() -> ServiceUpdateResponse
fn default() -> ServiceUpdateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceUpdateResponse
impl<'de> Deserialize<'de> for ServiceUpdateResponse
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
Auto Trait Implementations§
impl Freeze for ServiceUpdateResponse
impl RefUnwindSafe for ServiceUpdateResponse
impl Send for ServiceUpdateResponse
impl Sync for ServiceUpdateResponse
impl Unpin for ServiceUpdateResponse
impl UnwindSafe for ServiceUpdateResponse
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