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