#[non_exhaustive]pub struct GetFlowLogsIntegrationTemplateOutput { /* private fields */ }
Implementations
sourceimpl GetFlowLogsIntegrationTemplateOutput
impl GetFlowLogsIntegrationTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFlowLogsIntegrationTemplateOutput
.
Trait Implementations
sourceimpl Clone for GetFlowLogsIntegrationTemplateOutput
impl Clone for GetFlowLogsIntegrationTemplateOutput
sourcefn clone(&self) -> GetFlowLogsIntegrationTemplateOutput
fn clone(&self) -> GetFlowLogsIntegrationTemplateOutput
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<GetFlowLogsIntegrationTemplateOutput> for GetFlowLogsIntegrationTemplateOutput
impl PartialEq<GetFlowLogsIntegrationTemplateOutput> for GetFlowLogsIntegrationTemplateOutput
sourcefn eq(&self, other: &GetFlowLogsIntegrationTemplateOutput) -> bool
fn eq(&self, other: &GetFlowLogsIntegrationTemplateOutput) -> bool
impl StructuralPartialEq for GetFlowLogsIntegrationTemplateOutput
Auto Trait Implementations
impl RefUnwindSafe for GetFlowLogsIntegrationTemplateOutput
impl Send for GetFlowLogsIntegrationTemplateOutput
impl Sync for GetFlowLogsIntegrationTemplateOutput
impl Unpin for GetFlowLogsIntegrationTemplateOutput
impl UnwindSafe for GetFlowLogsIntegrationTemplateOutput
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