pub struct TelemetryServiceUpdate {
pub base: Option<ResourceUpdate>,
pub service_enabled: Option<Boolean>,
}Expand description
Update struct corresponding to TelemetryService
Fields§
§base: Option<ResourceUpdate>§service_enabled: Option<Boolean>Implementations§
Source§impl TelemetryServiceUpdate
impl TelemetryServiceUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_base(self, v: ResourceUpdate) -> Self
pub fn with_service_enabled(self, v: Boolean) -> Self
Trait Implementations§
Source§impl Debug for TelemetryServiceUpdate
impl Debug for TelemetryServiceUpdate
Source§impl Default for TelemetryServiceUpdate
impl Default for TelemetryServiceUpdate
Source§fn default() -> TelemetryServiceUpdate
fn default() -> TelemetryServiceUpdate
Returns the “default value” for a type. Read more
Source§impl Serialize for TelemetryServiceUpdate
impl Serialize for TelemetryServiceUpdate
Auto Trait Implementations§
impl Freeze for TelemetryServiceUpdate
impl RefUnwindSafe for TelemetryServiceUpdate
impl Send for TelemetryServiceUpdate
impl Sync for TelemetryServiceUpdate
impl Unpin for TelemetryServiceUpdate
impl UnsafeUnpin for TelemetryServiceUpdate
impl UnwindSafe for TelemetryServiceUpdate
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