Struct aws_sdk_cloudsearch::model::Limits
source · [−]#[non_exhaustive]pub struct Limits { /* private fields */ }Implementations
sourceimpl Limits
impl Limits
pub fn maximum_replication_count(&self) -> i32
pub fn maximum_partition_count(&self) -> i32
Trait Implementations
impl StructuralPartialEq for Limits
Auto Trait Implementations
impl RefUnwindSafe for Limits
impl Send for Limits
impl Sync for Limits
impl Unpin for Limits
impl UnwindSafe for Limits
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