#[repr(C)]pub struct BindRule<'de> {
pub key: NodePropertyKey<'de>,
pub condition: Condition,
pub values: WireVector<'de, NodePropertyValue<'de>>,
}Expand description
The wire type corresponding to BindRule.
Fields§
§key: NodePropertyKey<'de>§condition: Condition§values: WireVector<'de, NodePropertyValue<'de>>Trait Implementations§
Source§impl<___D> Decode<___D> for BindRule<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for BindRule<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl<'a, ___E> Encode<BindRule<'static>, ___E> for &'a BindRulewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<'a, ___E> Encode<BindRule<'static>, ___E> for &'a BindRulewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§impl<___E> Encode<BindRule<'static>, ___E> for BindRulewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<___E> Encode<BindRule<'static>, ___E> for BindRulewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§impl<___E, T0, T1, T2> Encode<BindRule<'static>, ___E> for BindRule<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<NodePropertyKey<'static>, ___E>,
T1: Encode<Condition, ___E>,
T2: Encode<WireVector<'static, NodePropertyValue<'static>>, ___E>,
impl<___E, T0, T1, T2> Encode<BindRule<'static>, ___E> for BindRule<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<NodePropertyKey<'static>, ___E>,
T1: Encode<Condition, ___E>,
T2: Encode<WireVector<'static, NodePropertyValue<'static>>, ___E>,
Source§impl<'de> FromWireRef<BindRule<'de>> for BindRule
impl<'de> FromWireRef<BindRule<'de>> for BindRule
Source§fn from_wire_ref(wire: &BindRule<'de>) -> Self
fn from_wire_ref(wire: &BindRule<'de>) -> Self
Converts the given
wire reference to this type.Source§impl Wire for BindRule<'static>
impl Wire for BindRule<'static>
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.
impl Unconstrained for BindRule<'static>
Auto Trait Implementations§
impl<'de> Freeze for BindRule<'de>
impl<'de> RefUnwindSafe for BindRule<'de>
impl<'de> Send for BindRule<'de>
impl<'de> Sync for BindRule<'de>
impl<'de> Unpin for BindRule<'de>
impl<'de> !UnwindSafe for BindRule<'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]