Struct azure_devops_rust_api::status::models::MicroService
source · pub struct MicroService {
pub id: Option<String>,
pub name: Option<String>,
pub scale_units: Vec<MicroServiceScaleUnit>,
pub services: Vec<Service>,
}
Expand description
Fields§
§id: Option<String>
§name: Option<String>
§scale_units: Vec<MicroServiceScaleUnit>
§services: Vec<Service>
Implementations§
source§impl MicroService
impl MicroService
Trait Implementations§
source§impl Clone for MicroService
impl Clone for MicroService
source§fn clone(&self) -> MicroService
fn clone(&self) -> MicroService
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 MicroService
impl Debug for MicroService
source§impl Default for MicroService
impl Default for MicroService
source§fn default() -> MicroService
fn default() -> MicroService
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MicroService
impl<'de> Deserialize<'de> for MicroService
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 MicroService
impl PartialEq for MicroService
source§fn eq(&self, other: &MicroService) -> bool
fn eq(&self, other: &MicroService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MicroService
impl Serialize for MicroService
impl StructuralPartialEq for MicroService
Auto Trait Implementations§
impl RefUnwindSafe for MicroService
impl Send for MicroService
impl Sync for MicroService
impl Unpin for MicroService
impl UnwindSafe for MicroService
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