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