#[non_exhaustive]pub struct UpdateServiceSyncConfigOutput { /* private fields */ }
Implementations§
source§impl UpdateServiceSyncConfigOutput
impl UpdateServiceSyncConfigOutput
sourcepub fn service_sync_config(&self) -> Option<&ServiceSyncConfig>
pub fn service_sync_config(&self) -> Option<&ServiceSyncConfig>
The detailed data of the Proton Ops file.
source§impl UpdateServiceSyncConfigOutput
impl UpdateServiceSyncConfigOutput
sourcepub fn builder() -> UpdateServiceSyncConfigOutputBuilder
pub fn builder() -> UpdateServiceSyncConfigOutputBuilder
Creates a new builder-style object to manufacture UpdateServiceSyncConfigOutput
.
Trait Implementations§
source§impl Clone for UpdateServiceSyncConfigOutput
impl Clone for UpdateServiceSyncConfigOutput
source§fn clone(&self) -> UpdateServiceSyncConfigOutput
fn clone(&self) -> UpdateServiceSyncConfigOutput
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 PartialEq<UpdateServiceSyncConfigOutput> for UpdateServiceSyncConfigOutput
impl PartialEq<UpdateServiceSyncConfigOutput> for UpdateServiceSyncConfigOutput
source§fn eq(&self, other: &UpdateServiceSyncConfigOutput) -> bool
fn eq(&self, other: &UpdateServiceSyncConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateServiceSyncConfigOutput
impl RequestId for UpdateServiceSyncConfigOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.