pub struct ServiceTemplateSpecification {
pub service_id: String,
pub service_group_id: String,
}Fields§
§service_id: String§service_group_id: StringImplementations§
Trait Implementations§
Source§impl Clone for ServiceTemplateSpecification
impl Clone for ServiceTemplateSpecification
Source§fn clone(&self) -> ServiceTemplateSpecification
fn clone(&self) -> ServiceTemplateSpecification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServiceTemplateSpecification
impl Debug for ServiceTemplateSpecification
Source§impl<'de> Deserialize<'de> for ServiceTemplateSpecification
impl<'de> Deserialize<'de> for ServiceTemplateSpecification
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 ServiceTemplateSpecification
impl RefUnwindSafe for ServiceTemplateSpecification
impl Send for ServiceTemplateSpecification
impl Sync for ServiceTemplateSpecification
impl Unpin for ServiceTemplateSpecification
impl UnsafeUnpin for ServiceTemplateSpecification
impl UnwindSafe for ServiceTemplateSpecification
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