pub struct DeleteReplicaAction {
pub region_name: String,
}
Expand description
Represents a replica to be removed.
Fields§
§region_name: String
The Region of the replica to be removed.
Trait Implementations§
Source§impl Clone for DeleteReplicaAction
impl Clone for DeleteReplicaAction
Source§fn clone(&self) -> DeleteReplicaAction
fn clone(&self) -> DeleteReplicaAction
Returns a duplicate 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 DeleteReplicaAction
impl Debug for DeleteReplicaAction
Source§impl Default for DeleteReplicaAction
impl Default for DeleteReplicaAction
Source§fn default() -> DeleteReplicaAction
fn default() -> DeleteReplicaAction
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteReplicaAction
impl PartialEq for DeleteReplicaAction
Source§impl Serialize for DeleteReplicaAction
impl Serialize for DeleteReplicaAction
impl StructuralPartialEq for DeleteReplicaAction
Auto Trait Implementations§
impl Freeze for DeleteReplicaAction
impl RefUnwindSafe for DeleteReplicaAction
impl Send for DeleteReplicaAction
impl Sync for DeleteReplicaAction
impl Unpin for DeleteReplicaAction
impl UnwindSafe for DeleteReplicaAction
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