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