Struct google_datastream1::api::PrivateConnectivity
source · pub struct PrivateConnectivity {
pub private_connection: Option<String>,
}
Expand description
Private Connectivity
This type is not used in any activity, and only used as part of another schema.
Fields§
§private_connection: Option<String>
Required. A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}
Trait Implementations§
source§impl Clone for PrivateConnectivity
impl Clone for PrivateConnectivity
source§fn clone(&self) -> PrivateConnectivity
fn clone(&self) -> PrivateConnectivity
Returns a copy 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 PrivateConnectivity
impl Debug for PrivateConnectivity
source§impl Default for PrivateConnectivity
impl Default for PrivateConnectivity
source§fn default() -> PrivateConnectivity
fn default() -> PrivateConnectivity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PrivateConnectivity
impl<'de> Deserialize<'de> for PrivateConnectivity
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 PrivateConnectivity
impl Serialize for PrivateConnectivity
impl Part for PrivateConnectivity
Auto Trait Implementations§
impl RefUnwindSafe for PrivateConnectivity
impl Send for PrivateConnectivity
impl Sync for PrivateConnectivity
impl Unpin for PrivateConnectivity
impl UnwindSafe for PrivateConnectivity
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