pub struct ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem {
pub replicas: Option<i64>,
}
Fields§
§replicas: Option<i64>
Trait Implementations§
Source§impl Clone for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl Clone for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
Source§fn clone(&self) -> ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
fn clone(&self) -> ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
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<'de> Deserialize<'de> for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl<'de> Deserialize<'de> for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
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 ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl PartialEq for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
Source§fn eq(
&self,
other: &ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem,
) -> bool
fn eq( &self, other: &ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
Auto Trait Implementations§
impl Freeze for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl RefUnwindSafe for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl Send for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl Sync for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl Unpin for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
impl UnwindSafe for ServiceUpdateBodyParamModeInlineItemReplicatedInlineItem
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