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