pub struct DescribeRouteOutput {
pub route: RouteData,
}
Fields§
§route: RouteData
The full description of your route.
Trait Implementations§
Source§impl Clone for DescribeRouteOutput
impl Clone for DescribeRouteOutput
Source§fn clone(&self) -> DescribeRouteOutput
fn clone(&self) -> DescribeRouteOutput
Returns a copy 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 Debug for DescribeRouteOutput
impl Debug for DescribeRouteOutput
Source§impl Default for DescribeRouteOutput
impl Default for DescribeRouteOutput
Source§fn default() -> DescribeRouteOutput
fn default() -> DescribeRouteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeRouteOutput
impl<'de> Deserialize<'de> for DescribeRouteOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeRouteOutput
impl PartialEq for DescribeRouteOutput
impl StructuralPartialEq for DescribeRouteOutput
Auto Trait Implementations§
impl Freeze for DescribeRouteOutput
impl RefUnwindSafe for DescribeRouteOutput
impl Send for DescribeRouteOutput
impl Sync for DescribeRouteOutput
impl Unpin for DescribeRouteOutput
impl UnwindSafe for DescribeRouteOutput
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