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