#[repr(C)]pub struct ChildRef<'de> {
pub name: WireString<'de>,
pub collection: WireOptionalString<'de>,
}Expand description
The wire type corresponding to ChildRef.
Fields§
§name: WireString<'de>§collection: WireOptionalString<'de>Trait Implementations§
Source§impl<___D> Decode<___D> for ChildRef<'static>where
___D: InternalHandleDecoder + Decoder + ?Sized,
impl<___D> Decode<___D> for ChildRef<'static>where
___D: InternalHandleDecoder + Decoder + ?Sized,
Source§impl<'a, ___E> Encode<ChildRef<'static>, ___E> for &'a ChildRefwhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<'a, ___E> Encode<ChildRef<'static>, ___E> for &'a ChildRefwhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§impl<___E> Encode<ChildRef<'static>, ___E> for ChildRefwhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<___E> Encode<ChildRef<'static>, ___E> for ChildRefwhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§impl<___E, T0, T1> Encode<ChildRef<'static>, ___E> for ChildRef<T0, T1>where
___E: InternalHandleEncoder + Encoder + ?Sized,
T0: Encode<WireString<'static>, ___E>,
T1: Encode<WireOptionalString<'static>, ___E>,
impl<___E, T0, T1> Encode<ChildRef<'static>, ___E> for ChildRef<T0, T1>where
___E: InternalHandleEncoder + Encoder + ?Sized,
T0: Encode<WireString<'static>, ___E>,
T1: Encode<WireOptionalString<'static>, ___E>,
Source§impl<'de> FromWireRef<ChildRef<'de>> for ChildRef
impl<'de> FromWireRef<ChildRef<'de>> for ChildRef
Source§fn from_wire_ref(wire: &ChildRef<'de>) -> ChildRef
fn from_wire_ref(wire: &ChildRef<'de>) -> ChildRef
Converts the given
wire reference to this type.Source§impl Wire for ChildRef<'static>
impl Wire for ChildRef<'static>
Source§fn zero_padding(out_: &mut MaybeUninit<ChildRef<'static>>)
fn zero_padding(out_: &mut MaybeUninit<ChildRef<'static>>)
Writes zeroes to the padding for this type, if any.
impl Unconstrained for ChildRef<'static>
Auto Trait Implementations§
impl<'de> Freeze for ChildRef<'de>
impl<'de> RefUnwindSafe for ChildRef<'de>
impl<'de> Send for ChildRef<'de>
impl<'de> Sync for ChildRef<'de>
impl<'de> Unpin for ChildRef<'de>
impl<'de> !UnwindSafe for ChildRef<'de>
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
§impl<T> Constrained for Twhere
T: Unconstrained,
impl<T> Constrained for Twhere
T: Unconstrained,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]