pub struct IntakeVlanAttachment {
pub id: Option<String>,
pub pairing_key: Option<String>,
}Expand description
A GCP vlan attachment.
This type is not used in any activity, and only used as part of another schema.
Fields§
§id: Option<String>Identifier of the VLAN attachment.
pairing_key: Option<String>Attachment pairing key.
Trait Implementations§
Source§impl Clone for IntakeVlanAttachment
impl Clone for IntakeVlanAttachment
Source§fn clone(&self) -> IntakeVlanAttachment
fn clone(&self) -> IntakeVlanAttachment
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 IntakeVlanAttachment
impl Debug for IntakeVlanAttachment
Source§impl Default for IntakeVlanAttachment
impl Default for IntakeVlanAttachment
Source§fn default() -> IntakeVlanAttachment
fn default() -> IntakeVlanAttachment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntakeVlanAttachment
impl<'de> Deserialize<'de> for IntakeVlanAttachment
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 IntakeVlanAttachment
impl Serialize for IntakeVlanAttachment
impl Part for IntakeVlanAttachment
Auto Trait Implementations§
impl Freeze for IntakeVlanAttachment
impl RefUnwindSafe for IntakeVlanAttachment
impl Send for IntakeVlanAttachment
impl Sync for IntakeVlanAttachment
impl Unpin for IntakeVlanAttachment
impl UnwindSafe for IntakeVlanAttachment
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