Struct aws_sdk_ssm::model::OpsMetadataFilter
source · [−]#[non_exhaustive]pub struct OpsMetadataFilter { /* private fields */ }
Expand description
A filter to limit the number of OpsMetadata objects displayed.
Implementations
sourceimpl OpsMetadataFilter
impl OpsMetadataFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OpsMetadataFilter
.
Trait Implementations
sourceimpl Clone for OpsMetadataFilter
impl Clone for OpsMetadataFilter
sourcefn clone(&self) -> OpsMetadataFilter
fn clone(&self) -> OpsMetadataFilter
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 Debug for OpsMetadataFilter
impl Debug for OpsMetadataFilter
sourceimpl PartialEq<OpsMetadataFilter> for OpsMetadataFilter
impl PartialEq<OpsMetadataFilter> for OpsMetadataFilter
sourcefn eq(&self, other: &OpsMetadataFilter) -> bool
fn eq(&self, other: &OpsMetadataFilter) -> bool
impl StructuralPartialEq for OpsMetadataFilter
Auto Trait Implementations
impl RefUnwindSafe for OpsMetadataFilter
impl Send for OpsMetadataFilter
impl Sync for OpsMetadataFilter
impl Unpin for OpsMetadataFilter
impl UnwindSafe for OpsMetadataFilter
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