pub struct ReplicaPoolModuleStatus {
pub replica_pool_url: Option<String>,
pub resource_view_url: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§replica_pool_url: Option<String>[Output Only] The URL of the associated ReplicaPool resource.
resource_view_url: Option<String>[Output Only] The URL of the Resource Group associated with this ReplicaPool.
Trait Implementations§
Source§impl Clone for ReplicaPoolModuleStatus
impl Clone for ReplicaPoolModuleStatus
Source§fn clone(&self) -> ReplicaPoolModuleStatus
fn clone(&self) -> ReplicaPoolModuleStatus
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 ReplicaPoolModuleStatus
impl Debug for ReplicaPoolModuleStatus
Source§impl Default for ReplicaPoolModuleStatus
impl Default for ReplicaPoolModuleStatus
Source§fn default() -> ReplicaPoolModuleStatus
fn default() -> ReplicaPoolModuleStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplicaPoolModuleStatus
impl<'de> Deserialize<'de> for ReplicaPoolModuleStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ReplicaPoolModuleStatus
impl Serialize for ReplicaPoolModuleStatus
impl Part for ReplicaPoolModuleStatus
Auto Trait Implementations§
impl Freeze for ReplicaPoolModuleStatus
impl RefUnwindSafe for ReplicaPoolModuleStatus
impl Send for ReplicaPoolModuleStatus
impl Sync for ReplicaPoolModuleStatus
impl Unpin for ReplicaPoolModuleStatus
impl UnwindSafe for ReplicaPoolModuleStatus
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