pub struct PutAppReplicationConfigurationRequest {
pub app_id: Option<String>,
pub server_group_replication_configurations: Option<Vec<ServerGroupReplicationConfiguration>>,
}Fields§
§app_id: Option<String>ID of the application tassociated with the replication configuration.
server_group_replication_configurations: Option<Vec<ServerGroupReplicationConfiguration>>Replication configurations for server groups in the application.
Trait Implementations§
Source§impl Clone for PutAppReplicationConfigurationRequest
impl Clone for PutAppReplicationConfigurationRequest
Source§fn clone(&self) -> PutAppReplicationConfigurationRequest
fn clone(&self) -> PutAppReplicationConfigurationRequest
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 Default for PutAppReplicationConfigurationRequest
impl Default for PutAppReplicationConfigurationRequest
Source§fn default() -> PutAppReplicationConfigurationRequest
fn default() -> PutAppReplicationConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutAppReplicationConfigurationRequest
impl PartialEq for PutAppReplicationConfigurationRequest
Source§fn eq(&self, other: &PutAppReplicationConfigurationRequest) -> bool
fn eq(&self, other: &PutAppReplicationConfigurationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutAppReplicationConfigurationRequest
Auto Trait Implementations§
impl Freeze for PutAppReplicationConfigurationRequest
impl RefUnwindSafe for PutAppReplicationConfigurationRequest
impl Send for PutAppReplicationConfigurationRequest
impl Sync for PutAppReplicationConfigurationRequest
impl Unpin for PutAppReplicationConfigurationRequest
impl UnwindSafe for PutAppReplicationConfigurationRequest
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