pub struct PrefixList { /* private fields */ }Expand description
The AWS::EC2::PrefixList resource type.
Trait Implementations§
Source§impl Debug for PrefixList
impl Debug for PrefixList
Source§impl Default for PrefixList
impl Default for PrefixList
Source§fn default() -> PrefixList
fn default() -> PrefixList
Returns the “default value” for a type. Read more
Source§impl From<PrefixListProperties> for PrefixList
impl From<PrefixListProperties> for PrefixList
Source§fn from(properties: PrefixListProperties) -> PrefixList
fn from(properties: PrefixListProperties) -> PrefixList
Converts to this type from the input type.
Source§impl Resource for PrefixList
impl Resource for PrefixList
Source§type Properties = PrefixListProperties
type Properties = PrefixListProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &PrefixListProperties
fn properties(&self) -> &PrefixListProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut PrefixListProperties
fn properties_mut(&mut self) -> &mut PrefixListProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for PrefixList
impl RefUnwindSafe for PrefixList
impl Send for PrefixList
impl Sync for PrefixList
impl Unpin for PrefixList
impl UnwindSafe for PrefixList
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