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