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