#[repr(C)]pub struct WireResolverResolveWithContextRequest {
pub component_url: WireString,
pub context: WireContext,
}
Expand description
The wire type corresponding to ResolverResolveWithContextRequest
.
Fields§
§component_url: WireString
§context: WireContext
Trait Implementations§
Source§impl<___D> Decode<___D> for WireResolverResolveWithContextRequestwhere
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireResolverResolveWithContextRequestwhere
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl TakeFrom<WireResolverResolveWithContextRequest> for ResolverResolveWithContextRequest
impl TakeFrom<WireResolverResolveWithContextRequest> for ResolverResolveWithContextRequest
Source§fn take_from(from: &WireResolverResolveWithContextRequest) -> Self
fn take_from(from: &WireResolverResolveWithContextRequest) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireResolverResolveWithContextRequest> for ResolverResolveWithContextRequest
impl TakeFrom<WireResolverResolveWithContextRequest> for ResolverResolveWithContextRequest
Source§fn take_from(from: &WireResolverResolveWithContextRequest) -> Self
fn take_from(from: &WireResolverResolveWithContextRequest) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireResolverResolveWithContextRequest
impl ZeroPadding for WireResolverResolveWithContextRequest
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 WireResolverResolveWithContextRequest
impl RefUnwindSafe for WireResolverResolveWithContextRequest
impl Send for WireResolverResolveWithContextRequest
impl Sync for WireResolverResolveWithContextRequest
impl Unpin for WireResolverResolveWithContextRequest
impl UnwindSafe for WireResolverResolveWithContextRequest
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