pub struct DeleteManagedPrefixListResult {
pub prefix_list: Option<ManagedPrefixList>,
}Fields§
§prefix_list: Option<ManagedPrefixList>Information about the prefix list.
Trait Implementations§
Source§impl Clone for DeleteManagedPrefixListResult
impl Clone for DeleteManagedPrefixListResult
Source§fn clone(&self) -> DeleteManagedPrefixListResult
fn clone(&self) -> DeleteManagedPrefixListResult
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 Default for DeleteManagedPrefixListResult
impl Default for DeleteManagedPrefixListResult
Source§fn default() -> DeleteManagedPrefixListResult
fn default() -> DeleteManagedPrefixListResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteManagedPrefixListResult
impl PartialEq for DeleteManagedPrefixListResult
Source§fn eq(&self, other: &DeleteManagedPrefixListResult) -> bool
fn eq(&self, other: &DeleteManagedPrefixListResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteManagedPrefixListResult
Auto Trait Implementations§
impl Freeze for DeleteManagedPrefixListResult
impl RefUnwindSafe for DeleteManagedPrefixListResult
impl Send for DeleteManagedPrefixListResult
impl Sync for DeleteManagedPrefixListResult
impl Unpin for DeleteManagedPrefixListResult
impl UnwindSafe for DeleteManagedPrefixListResult
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