pub struct InstanceReplicaSelection {
pub location: Option<String>,
}Expand description
ReplicaSelection identifies replicas with common properties.
This type is not used in any activity, and only used as part of another schema.
Fields§
§location: Option<String>Required. Name of the location of the replicas (for example, “us-central1”).
Trait Implementations§
Source§impl Clone for InstanceReplicaSelection
impl Clone for InstanceReplicaSelection
Source§fn clone(&self) -> InstanceReplicaSelection
fn clone(&self) -> InstanceReplicaSelection
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 InstanceReplicaSelection
impl Debug for InstanceReplicaSelection
Source§impl Default for InstanceReplicaSelection
impl Default for InstanceReplicaSelection
Source§fn default() -> InstanceReplicaSelection
fn default() -> InstanceReplicaSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstanceReplicaSelection
impl<'de> Deserialize<'de> for InstanceReplicaSelection
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 InstanceReplicaSelection
impl Serialize for InstanceReplicaSelection
impl Part for InstanceReplicaSelection
Auto Trait Implementations§
impl Freeze for InstanceReplicaSelection
impl RefUnwindSafe for InstanceReplicaSelection
impl Send for InstanceReplicaSelection
impl Sync for InstanceReplicaSelection
impl Unpin for InstanceReplicaSelection
impl UnwindSafe for InstanceReplicaSelection
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