#[non_exhaustive]pub struct AllowCustomRoutingTrafficOutput {}Implementations
sourceimpl AllowCustomRoutingTrafficOutput
impl AllowCustomRoutingTrafficOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowCustomRoutingTrafficOutput.
Trait Implementations
sourceimpl Clone for AllowCustomRoutingTrafficOutput
impl Clone for AllowCustomRoutingTrafficOutput
sourcefn clone(&self) -> AllowCustomRoutingTrafficOutput
fn clone(&self) -> AllowCustomRoutingTrafficOutput
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 PartialEq<AllowCustomRoutingTrafficOutput> for AllowCustomRoutingTrafficOutput
impl PartialEq<AllowCustomRoutingTrafficOutput> for AllowCustomRoutingTrafficOutput
sourcefn eq(&self, other: &AllowCustomRoutingTrafficOutput) -> bool
fn eq(&self, other: &AllowCustomRoutingTrafficOutput) -> bool
impl StructuralPartialEq for AllowCustomRoutingTrafficOutput
Auto Trait Implementations
impl RefUnwindSafe for AllowCustomRoutingTrafficOutput
impl Send for AllowCustomRoutingTrafficOutput
impl Sync for AllowCustomRoutingTrafficOutput
impl Unpin for AllowCustomRoutingTrafficOutput
impl UnwindSafe for AllowCustomRoutingTrafficOutput
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