#[non_exhaustive]pub struct GetTemplateSyncConfigOutput { /* private fields */ }
Implementations§
source§impl GetTemplateSyncConfigOutput
impl GetTemplateSyncConfigOutput
sourcepub fn template_sync_config(&self) -> Option<&TemplateSyncConfig>
pub fn template_sync_config(&self) -> Option<&TemplateSyncConfig>
The template sync configuration detail data that's returned by Proton.
source§impl GetTemplateSyncConfigOutput
impl GetTemplateSyncConfigOutput
sourcepub fn builder() -> GetTemplateSyncConfigOutputBuilder
pub fn builder() -> GetTemplateSyncConfigOutputBuilder
Creates a new builder-style object to manufacture GetTemplateSyncConfigOutput
.
Trait Implementations§
source§impl Clone for GetTemplateSyncConfigOutput
impl Clone for GetTemplateSyncConfigOutput
source§fn clone(&self) -> GetTemplateSyncConfigOutput
fn clone(&self) -> GetTemplateSyncConfigOutput
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 GetTemplateSyncConfigOutput
impl Debug for GetTemplateSyncConfigOutput
source§impl PartialEq<GetTemplateSyncConfigOutput> for GetTemplateSyncConfigOutput
impl PartialEq<GetTemplateSyncConfigOutput> for GetTemplateSyncConfigOutput
source§fn eq(&self, other: &GetTemplateSyncConfigOutput) -> bool
fn eq(&self, other: &GetTemplateSyncConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetTemplateSyncConfigOutput
impl RequestId for GetTemplateSyncConfigOutput
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.