pub struct CreateRouteOutput {
pub route: RouteData,
}
Fields§
§route: RouteData
The full description of your mesh following the create call.
Trait Implementations§
Source§impl Clone for CreateRouteOutput
impl Clone for CreateRouteOutput
Source§fn clone(&self) -> CreateRouteOutput
fn clone(&self) -> CreateRouteOutput
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 CreateRouteOutput
impl Debug for CreateRouteOutput
Source§impl Default for CreateRouteOutput
impl Default for CreateRouteOutput
Source§fn default() -> CreateRouteOutput
fn default() -> CreateRouteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateRouteOutput
impl<'de> Deserialize<'de> for CreateRouteOutput
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 CreateRouteOutput
impl PartialEq for CreateRouteOutput
impl StructuralPartialEq for CreateRouteOutput
Auto Trait Implementations§
impl Freeze for CreateRouteOutput
impl RefUnwindSafe for CreateRouteOutput
impl Send for CreateRouteOutput
impl Sync for CreateRouteOutput
impl Unpin for CreateRouteOutput
impl UnwindSafe for CreateRouteOutput
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