pub struct ServiceUpdateResponse {
pub warnings: Option<Vec<String>>,
}
Expand description
ServiceUpdateResponse : ServiceUpdateResponse service update response
Fields§
§warnings: Option<Vec<String>>
Optional warning messages
Implementations§
Source§impl ServiceUpdateResponse
impl ServiceUpdateResponse
Sourcepub fn new() -> ServiceUpdateResponse
pub fn new() -> ServiceUpdateResponse
ServiceUpdateResponse service update response
Trait Implementations§
Source§impl Clone for ServiceUpdateResponse
impl Clone for ServiceUpdateResponse
Source§fn clone(&self) -> ServiceUpdateResponse
fn clone(&self) -> ServiceUpdateResponse
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 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
Source§impl PartialEq for ServiceUpdateResponse
impl PartialEq for ServiceUpdateResponse
Source§impl Serialize for ServiceUpdateResponse
impl Serialize for ServiceUpdateResponse
impl StructuralPartialEq for ServiceUpdateResponse
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