pub struct AwsEc2SecurityGroupPrefixListId {
pub prefix_list_id: Option<String>,
}Expand description
A prefix list ID.
Fields§
§prefix_list_id: Option<String>The ID of the prefix.
Trait Implementations§
Source§impl Clone for AwsEc2SecurityGroupPrefixListId
impl Clone for AwsEc2SecurityGroupPrefixListId
Source§fn clone(&self) -> AwsEc2SecurityGroupPrefixListId
fn clone(&self) -> AwsEc2SecurityGroupPrefixListId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AwsEc2SecurityGroupPrefixListId
impl Default for AwsEc2SecurityGroupPrefixListId
Source§fn default() -> AwsEc2SecurityGroupPrefixListId
fn default() -> AwsEc2SecurityGroupPrefixListId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsEc2SecurityGroupPrefixListId
impl<'de> Deserialize<'de> for AwsEc2SecurityGroupPrefixListId
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 PartialEq for AwsEc2SecurityGroupPrefixListId
impl PartialEq for AwsEc2SecurityGroupPrefixListId
Source§fn eq(&self, other: &AwsEc2SecurityGroupPrefixListId) -> bool
fn eq(&self, other: &AwsEc2SecurityGroupPrefixListId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsEc2SecurityGroupPrefixListId
Auto Trait Implementations§
impl Freeze for AwsEc2SecurityGroupPrefixListId
impl RefUnwindSafe for AwsEc2SecurityGroupPrefixListId
impl Send for AwsEc2SecurityGroupPrefixListId
impl Sync for AwsEc2SecurityGroupPrefixListId
impl Unpin for AwsEc2SecurityGroupPrefixListId
impl UnsafeUnpin for AwsEc2SecurityGroupPrefixListId
impl UnwindSafe for AwsEc2SecurityGroupPrefixListId
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