pub struct VpcRouterRouteUpdateWhen(/* private fields */);Implementations§
Source§impl VpcRouterRouteUpdateWhen
impl VpcRouterRouteUpdateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn route(self, value: &NameOrId) -> Self
pub fn project<'a, T>(self, value: T) -> Self
pub fn router<'a, T>(self, value: T) -> Self
pub fn vpc<'a, T>(self, value: T) -> Self
pub fn body(self, value: &RouterRouteUpdate) -> Self
Auto Trait Implementations§
impl Freeze for VpcRouterRouteUpdateWhen
impl !RefUnwindSafe for VpcRouterRouteUpdateWhen
impl !Send for VpcRouterRouteUpdateWhen
impl !Sync for VpcRouterRouteUpdateWhen
impl Unpin for VpcRouterRouteUpdateWhen
impl UnsafeUnpin for VpcRouterRouteUpdateWhen
impl !UnwindSafe for VpcRouterRouteUpdateWhen
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