pub struct WireDictionaryRouterRouteResponse { /* private fields */ }
Expand description
The wire type corresponding to DictionaryRouterRouteResponse
.
Implementations§
Trait Implementations§
Source§impl<___D> Decode<___D> for WireDictionaryRouterRouteResponsewhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireDictionaryRouterRouteResponsewhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
Source§impl FromWire<WireDictionaryRouterRouteResponse> for DictionaryRouterRouteResponse
impl FromWire<WireDictionaryRouterRouteResponse> for DictionaryRouterRouteResponse
Source§fn from_wire(wire: WireDictionaryRouterRouteResponse) -> Self
fn from_wire(wire: WireDictionaryRouterRouteResponse) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl Wire for WireDictionaryRouterRouteResponse
impl Wire for WireDictionaryRouterRouteResponse
Source§type Decoded<'de> = WireDictionaryRouterRouteResponse
type Decoded<'de> = WireDictionaryRouterRouteResponse
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WireDictionaryRouterRouteResponse
impl RefUnwindSafe for WireDictionaryRouterRouteResponse
impl !Send for WireDictionaryRouterRouteResponse
impl !Sync for WireDictionaryRouterRouteResponse
impl Unpin for WireDictionaryRouterRouteResponse
impl UnwindSafe for WireDictionaryRouterRouteResponse
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