#[non_exhaustive]pub struct AwsOpenSearchServiceDomainLogPublishingOption { /* private fields */ }Expand description
Configuration details for a log publishing option.
Implementations
sourceimpl AwsOpenSearchServiceDomainLogPublishingOption
impl AwsOpenSearchServiceDomainLogPublishingOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsOpenSearchServiceDomainLogPublishingOption.
Trait Implementations
sourceimpl Clone for AwsOpenSearchServiceDomainLogPublishingOption
impl Clone for AwsOpenSearchServiceDomainLogPublishingOption
sourcefn clone(&self) -> AwsOpenSearchServiceDomainLogPublishingOption
fn clone(&self) -> AwsOpenSearchServiceDomainLogPublishingOption
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AwsOpenSearchServiceDomainLogPublishingOption> for AwsOpenSearchServiceDomainLogPublishingOption
impl PartialEq<AwsOpenSearchServiceDomainLogPublishingOption> for AwsOpenSearchServiceDomainLogPublishingOption
sourcefn eq(&self, other: &AwsOpenSearchServiceDomainLogPublishingOption) -> bool
fn eq(&self, other: &AwsOpenSearchServiceDomainLogPublishingOption) -> bool
impl StructuralPartialEq for AwsOpenSearchServiceDomainLogPublishingOption
Auto Trait Implementations
impl RefUnwindSafe for AwsOpenSearchServiceDomainLogPublishingOption
impl Send for AwsOpenSearchServiceDomainLogPublishingOption
impl Sync for AwsOpenSearchServiceDomainLogPublishingOption
impl Unpin for AwsOpenSearchServiceDomainLogPublishingOption
impl UnwindSafe for AwsOpenSearchServiceDomainLogPublishingOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more