Struct aws_sdk_directconnect::model::RouteFilterPrefix
source · [−]#[non_exhaustive]pub struct RouteFilterPrefix { /* private fields */ }
Expand description
Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.
Implementations
sourceimpl RouteFilterPrefix
impl RouteFilterPrefix
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouteFilterPrefix
.
Trait Implementations
sourceimpl Clone for RouteFilterPrefix
impl Clone for RouteFilterPrefix
sourcefn clone(&self) -> RouteFilterPrefix
fn clone(&self) -> RouteFilterPrefix
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RouteFilterPrefix
impl Debug for RouteFilterPrefix
sourceimpl PartialEq<RouteFilterPrefix> for RouteFilterPrefix
impl PartialEq<RouteFilterPrefix> for RouteFilterPrefix
sourcefn eq(&self, other: &RouteFilterPrefix) -> bool
fn eq(&self, other: &RouteFilterPrefix) -> bool
impl StructuralPartialEq for RouteFilterPrefix
Auto Trait Implementations
impl RefUnwindSafe for RouteFilterPrefix
impl Send for RouteFilterPrefix
impl Sync for RouteFilterPrefix
impl Unpin for RouteFilterPrefix
impl UnwindSafe for RouteFilterPrefix
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more