#[repr(C)]pub struct WireChildIteratorNextResponse {
pub children: WireVector<WireChildRef>,
}
Expand description
The wire type corresponding to ChildIteratorNextResponse
.
Fields§
§children: WireVector<WireChildRef>
Trait Implementations§
Source§impl<___D> Decode<___D> for WireChildIteratorNextResponsewhere
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireChildIteratorNextResponsewhere
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl TakeFrom<WireChildIteratorNextResponse> for ChildIteratorNextResponse
impl TakeFrom<WireChildIteratorNextResponse> for ChildIteratorNextResponse
Source§fn take_from(from: &WireChildIteratorNextResponse) -> Self
fn take_from(from: &WireChildIteratorNextResponse) -> 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<WireChildIteratorNextResponse> for ChildIteratorNextResponse
impl TakeFrom<WireChildIteratorNextResponse> for ChildIteratorNextResponse
Source§fn take_from(from: &WireChildIteratorNextResponse) -> Self
fn take_from(from: &WireChildIteratorNextResponse) -> 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 WireChildIteratorNextResponse
impl ZeroPadding for WireChildIteratorNextResponse
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 WireChildIteratorNextResponse
impl RefUnwindSafe for WireChildIteratorNextResponse
impl Send for WireChildIteratorNextResponse
impl Sync for WireChildIteratorNextResponse
impl Unpin for WireChildIteratorNextResponse
impl UnwindSafe for WireChildIteratorNextResponse
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