pub struct DecreaseReplicaCountResult {
pub replication_group: Option<ReplicationGroup>,
}
Fields§
§replication_group: Option<ReplicationGroup>
Trait Implementations§
Source§impl Clone for DecreaseReplicaCountResult
impl Clone for DecreaseReplicaCountResult
Source§fn clone(&self) -> DecreaseReplicaCountResult
fn clone(&self) -> DecreaseReplicaCountResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DecreaseReplicaCountResult
impl Debug for DecreaseReplicaCountResult
Source§impl Default for DecreaseReplicaCountResult
impl Default for DecreaseReplicaCountResult
Source§fn default() -> DecreaseReplicaCountResult
fn default() -> DecreaseReplicaCountResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DecreaseReplicaCountResult
Auto Trait Implementations§
impl Freeze for DecreaseReplicaCountResult
impl RefUnwindSafe for DecreaseReplicaCountResult
impl Send for DecreaseReplicaCountResult
impl Sync for DecreaseReplicaCountResult
impl Unpin for DecreaseReplicaCountResult
impl UnwindSafe for DecreaseReplicaCountResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more