Struct aws_sdk_macie2::model::ServiceLimit
source · [−]#[non_exhaustive]pub struct ServiceLimit { /* private fields */ }
Expand description
Specifies a current quota for an Amazon Macie account.
Implementations
sourceimpl ServiceLimit
impl ServiceLimit
sourceimpl ServiceLimit
impl ServiceLimit
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceLimit
.
Trait Implementations
sourceimpl Clone for ServiceLimit
impl Clone for ServiceLimit
sourcefn clone(&self) -> ServiceLimit
fn clone(&self) -> ServiceLimit
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 ServiceLimit
impl Debug for ServiceLimit
sourceimpl PartialEq<ServiceLimit> for ServiceLimit
impl PartialEq<ServiceLimit> for ServiceLimit
sourcefn eq(&self, other: &ServiceLimit) -> bool
fn eq(&self, other: &ServiceLimit) -> bool
impl StructuralPartialEq for ServiceLimit
Auto Trait Implementations
impl RefUnwindSafe for ServiceLimit
impl Send for ServiceLimit
impl Sync for ServiceLimit
impl Unpin for ServiceLimit
impl UnwindSafe for ServiceLimit
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