pub struct BindRule<T0, T1, T2> {
pub key: T0,
pub condition: T1,
pub values: T2,
}Fields§
§key: T0§condition: T1§values: T2Trait Implementations§
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>,
Auto Trait Implementations§
impl<T0, T1, T2> Freeze for BindRule<T0, T1, T2>
impl<T0, T1, T2> RefUnwindSafe for BindRule<T0, T1, T2>
impl<T0, T1, T2> Send for BindRule<T0, T1, T2>
impl<T0, T1, T2> Sync for BindRule<T0, T1, T2>
impl<T0, T1, T2> Unpin for BindRule<T0, T1, T2>
impl<T0, T1, T2> UnwindSafe for BindRule<T0, T1, T2>
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]