#[non_exhaustive]pub struct DeleteRouteOutput { /* private fields */ }Implementations
sourceimpl DeleteRouteOutput
impl DeleteRouteOutput
sourcepub fn service_id(&self) -> Option<&str>
pub fn service_id(&self) -> Option<&str>
The ID of the service that the route belongs to.
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the application that the route belongs to.
sourcepub fn state(&self) -> Option<&RouteState>
pub fn state(&self) -> Option<&RouteState>
The current state of the route.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
A timestamp that indicates when the route was last updated.
sourceimpl DeleteRouteOutput
impl DeleteRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRouteOutput.
Trait Implementations
sourceimpl Clone for DeleteRouteOutput
impl Clone for DeleteRouteOutput
sourcefn clone(&self) -> DeleteRouteOutput
fn clone(&self) -> DeleteRouteOutput
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 DeleteRouteOutput
impl Debug for DeleteRouteOutput
sourceimpl PartialEq<DeleteRouteOutput> for DeleteRouteOutput
impl PartialEq<DeleteRouteOutput> for DeleteRouteOutput
sourcefn eq(&self, other: &DeleteRouteOutput) -> bool
fn eq(&self, other: &DeleteRouteOutput) -> bool
impl StructuralPartialEq for DeleteRouteOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRouteOutput
impl Send for DeleteRouteOutput
impl Sync for DeleteRouteOutput
impl Unpin for DeleteRouteOutput
impl UnwindSafe for DeleteRouteOutput
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