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