pub struct RouteUpdateResponse {
pub route: MessagingRoute,
}Fields§
§route: MessagingRouteTrait Implementations§
Source§impl Clone for RouteUpdateResponse
impl Clone for RouteUpdateResponse
Source§fn clone(&self) -> RouteUpdateResponse
fn clone(&self) -> RouteUpdateResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RouteUpdateResponse
impl Debug for RouteUpdateResponse
Source§impl<'de> Deserialize<'de> for RouteUpdateResponse
impl<'de> Deserialize<'de> for RouteUpdateResponse
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 RouteUpdateResponse
impl PartialEq for RouteUpdateResponse
Source§impl Serialize for RouteUpdateResponse
impl Serialize for RouteUpdateResponse
impl StructuralPartialEq for RouteUpdateResponse
Auto Trait Implementations§
impl Freeze for RouteUpdateResponse
impl RefUnwindSafe for RouteUpdateResponse
impl Send for RouteUpdateResponse
impl Sync for RouteUpdateResponse
impl Unpin for RouteUpdateResponse
impl UnsafeUnpin for RouteUpdateResponse
impl UnwindSafe for RouteUpdateResponse
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