pub struct ResponsePolicyNetwork {
pub kind: Option<String>,
pub network_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§
§kind: Option<String>no description provided
network_url: Option<String>The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Trait Implementations§
Source§impl Clone for ResponsePolicyNetwork
impl Clone for ResponsePolicyNetwork
Source§fn clone(&self) -> ResponsePolicyNetwork
fn clone(&self) -> ResponsePolicyNetwork
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 ResponsePolicyNetwork
impl Debug for ResponsePolicyNetwork
Source§impl Default for ResponsePolicyNetwork
impl Default for ResponsePolicyNetwork
Source§fn default() -> ResponsePolicyNetwork
fn default() -> ResponsePolicyNetwork
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponsePolicyNetwork
impl<'de> Deserialize<'de> for ResponsePolicyNetwork
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 ResponsePolicyNetwork
impl Serialize for ResponsePolicyNetwork
impl Part for ResponsePolicyNetwork
Auto Trait Implementations§
impl Freeze for ResponsePolicyNetwork
impl RefUnwindSafe for ResponsePolicyNetwork
impl Send for ResponsePolicyNetwork
impl Sync for ResponsePolicyNetwork
impl Unpin for ResponsePolicyNetwork
impl UnwindSafe for ResponsePolicyNetwork
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