Struct TypedReactivePropertyImpl

Source
pub struct TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,
{ /* private fields */ }

Implementations§

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source

pub fn op<F>(&self, f: F)
where F: Fn(bool) -> bool,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source

pub fn op<F>(&self, f: F)
where F: Fn(f64) -> f64,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source

pub fn op<F>(&self, f: F)
where F: Fn(i64) -> i64,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source

pub fn op<F>(&self, f: F)
where F: Fn(String) -> String,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source

pub fn op<F>(&self, f: F)
where F: Fn(u64) -> u64,

Trait Implementations§

Source§

impl<IdTypeSelf, ReactiveInstanceTypeSelf, IdTypeOther, ReactiveInstanceTypeOther> AddAssign<&TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, String>> for TypedReactivePropertyImpl<IdTypeSelf, ReactiveInstanceTypeSelf, String>
where IdTypeSelf: Clone, ReactiveInstanceTypeSelf: ReactiveInstance<IdTypeSelf>, IdTypeOther: Clone, ReactiveInstanceTypeOther: ReactiveInstance<IdTypeOther>,

Source§

fn add_assign( &mut self, rhs: &TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, String>, )

Performs the += operation. Read more
Source§

impl<IdType, ReactiveInstanceType, S> AddAssign<S> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>, S: Into<String>,

Source§

fn add_assign(&mut self, rhs: S)

Performs the += operation. Read more
Source§

impl<IdType, ReactiveInstanceType> AddAssign<f64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn add_assign(&mut self, rhs: f64)

Performs the += operation. Read more
Source§

impl<IdType, ReactiveInstanceType> AddAssign<i64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn add_assign(&mut self, rhs: i64)

Performs the += operation. Read more
Source§

impl<IdType, ReactiveInstanceType> AddAssign<u64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn add_assign(&mut self, rhs: u64)

Performs the += operation. Read more
Source§

impl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf, IdTypeOther, ReactiveInstanceTypeOther, TargetOther> BitOrAssign<&TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>> for TypedReactivePropertyImpl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf>
where IdTypeSelf: Clone, ReactiveInstanceTypeSelf: ReactiveInstance<IdTypeSelf>, IdTypeOther: Clone, ReactiveInstanceTypeOther: ReactiveInstance<IdTypeOther>,

Source§

fn bitor_assign( &mut self, rhs: &TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>, )

Performs the |= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> Debug for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Debug for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Debug for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Debug for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Debug for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Display for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Display for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Display for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Display for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> Display for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<IdType, ReactiveInstanceType> DivAssign<f64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn div_assign(&mut self, rhs: f64)

Performs the /= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> DivAssign<i64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn div_assign(&mut self, rhs: i64)

Performs the /= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> DivAssign<u64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> Fn(String) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call(&self, args: (String,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> Fn(bool) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call(&self, args: (bool,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> Fn(f64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call(&self, args: (f64,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> Fn(i64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call(&self, args: (i64,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> Fn(u64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call(&self, args: (u64,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnMut(String) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call_mut( &mut self, args: (String,), ) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnMut(bool) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call_mut( &mut self, args: (bool,), ) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnMut(f64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call_mut( &mut self, args: (f64,), ) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnMut(i64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call_mut( &mut self, args: (i64,), ) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnMut(u64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

extern "rust-call" fn call_mut( &mut self, args: (u64,), ) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnOnce(String) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Output = ()

The returned type after the call operator is used.
Source§

extern "rust-call" fn call_once(self, args: (String,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnOnce(bool) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Output = ()

The returned type after the call operator is used.
Source§

extern "rust-call" fn call_once(self, args: (bool,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnOnce(f64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Output = ()

The returned type after the call operator is used.
Source§

extern "rust-call" fn call_once(self, args: (f64,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnOnce(i64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Output = ()

The returned type after the call operator is used.
Source§

extern "rust-call" fn call_once(self, args: (i64,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> FnOnce(u64) for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Output = ()

The returned type after the call operator is used.
Source§

extern "rust-call" fn call_once(self, args: (u64,)) -> Self::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
Source§

impl<IdType, ReactiveInstanceType> MulAssign<f64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn mul_assign(&mut self, rhs: f64)

Performs the *= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> MulAssign<i64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn mul_assign(&mut self, rhs: i64)

Performs the *= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> MulAssign<u64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> PartialEq<&str> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq(&self, other: &&str) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<String> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq(&self, other: &String) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>> for &str
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq( &self, other: &TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>, ) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>> for String
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq( &self, other: &TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>, ) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>> for f64
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq( &self, other: &TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>, ) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>> for i64
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq( &self, other: &TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>, ) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>> for u64
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq( &self, other: &TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>, ) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf, IdTypeOther, ReactiveInstanceTypeOther, TargetOther> PartialEq<TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>> for TypedReactivePropertyImpl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf>
where IdTypeSelf: Clone, ReactiveInstanceTypeSelf: ReactiveInstance<IdTypeSelf>, IdTypeOther: Clone, ReactiveInstanceTypeOther: ReactiveInstance<IdTypeOther> + ReactiveInstanceContainer<IdTypeOther, ReactiveInstanceTypeOther>,

Source§

fn eq( &self, other: &TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>, ) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<bool> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq(&self, other: &bool) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<f64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq(&self, other: &f64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<i64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq(&self, other: &i64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType> PartialEq<u64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn eq(&self, other: &u64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<IdType, ReactiveInstanceType, Target> ReactiveInstanceContainer<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn get_reactive_instance(&self) -> &ReactiveInstanceType

Returns the reactive instance of the behaviour.
§

fn get(&self, property_name: &str) -> Option<Value>

§

fn set(&self, property_name: &str, value: Value)

Source§

impl<IdType, ReactiveInstanceType> RemAssign<f64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn rem_assign(&mut self, rhs: f64)

Performs the %= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> RemAssign<i64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn rem_assign(&mut self, rhs: i64)

Performs the %= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> RemAssign<u64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn rem_assign(&mut self, rhs: u64)

Performs the %= operation. Read more
Source§

impl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf, IdTypeOther, ReactiveInstanceTypeOther, TargetOther> ShlAssign<&TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>> for TypedReactivePropertyImpl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf>
where IdTypeSelf: Clone, ReactiveInstanceTypeSelf: ReactiveInstance<IdTypeSelf> + 'static, IdTypeOther: Clone, ReactiveInstanceTypeOther: ReactiveInstance<IdTypeOther>,

Source§

fn shl_assign( &mut self, rhs: &TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>, )

Performs the <<= operation. Read more
Source§

impl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf, IdTypeOther, ReactiveInstanceTypeOther, TargetOther> ShrAssign<&TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>> for TypedReactivePropertyImpl<IdTypeSelf, ReactiveInstanceTypeSelf, TargetSelf>
where IdTypeSelf: Clone, ReactiveInstanceTypeSelf: ReactiveInstance<IdTypeSelf>, IdTypeOther: Clone, ReactiveInstanceTypeOther: ReactiveInstance<IdTypeOther> + 'static,

Source§

fn shr_assign( &mut self, rhs: &TypedReactivePropertyImpl<IdTypeOther, ReactiveInstanceTypeOther, TargetOther>, )

Performs the >>= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> SubAssign<f64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn sub_assign(&mut self, rhs: f64)

Performs the -= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> SubAssign<i64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn sub_assign(&mut self, rhs: i64)

Performs the -= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> SubAssign<u64> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

fn sub_assign(&mut self, rhs: u64)

Performs the -= operation. Read more
Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyAccessor for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Target = String

Source§

fn get(&self) -> Self::Target

Source§

fn set(&self, value: Self::Target)

Source§

fn set_from<T: Into<Self::Target>>(&self, value: T)

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyAccessor for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Target = bool

Source§

fn get(&self) -> Self::Target

Source§

fn set(&self, value: Self::Target)

Source§

fn set_from<T: Into<Self::Target>>(&self, value: T)

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyAccessor for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Target = f64

Source§

fn get(&self) -> Self::Target

Source§

fn set(&self, value: Self::Target)

Source§

fn set_from<T: Into<Self::Target>>(&self, value: T)

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyAccessor for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Target = i64

Source§

fn get(&self) -> Self::Target

Source§

fn set(&self, value: Self::Target)

Source§

fn set_from<T: Into<Self::Target>>(&self, value: T)

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyAccessor for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

type Target = u64

Source§

fn get(&self) -> Self::Target

Source§

fn set(&self, value: Self::Target)

Source§

fn set_from<T: Into<Self::Target>>(&self, value: T)

Source§

impl<IdType, ReactiveInstanceType, Target> TypedReactivePropertyConstructor<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType> + Clone, TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>: TypedReactivePropertyCreator<IdType, ReactiveInstanceType>,

Source§

type ID = IdType

Source§

type InstanceType = ReactiveInstanceType

Source§

type Target = Target

Source§

fn new(reactive_instance: Self::InstanceType, property_name: &str) -> Self

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyCreator<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, String>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyCreator<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, bool>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyCreator<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, f64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyCreator<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, i64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

impl<IdType, ReactiveInstanceType> TypedReactivePropertyCreator<IdType, ReactiveInstanceType> for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, u64>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

impl<IdType, ReactiveInstanceType, Target> TypedReactivePropertyName for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType>,

Source§

impl<IdType, ReactiveInstanceType, Target> Eq for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Clone, ReactiveInstanceType: ReactiveInstance<IdType> + ReactiveInstanceContainer<IdType, ReactiveInstanceType>,

Auto Trait Implementations§

§

impl<IdType, ReactiveInstanceType, Target> Freeze for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where ReactiveInstanceType: Freeze,

§

impl<IdType, ReactiveInstanceType, Target> RefUnwindSafe for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where ReactiveInstanceType: RefUnwindSafe, IdType: RefUnwindSafe, Target: RefUnwindSafe,

§

impl<IdType, ReactiveInstanceType, Target> Send for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Send, Target: Send,

§

impl<IdType, ReactiveInstanceType, Target> Sync for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where IdType: Sync, Target: Sync,

§

impl<IdType, ReactiveInstanceType, Target> Unpin for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where ReactiveInstanceType: Unpin, IdType: Unpin, Target: Unpin,

§

impl<IdType, ReactiveInstanceType, Target> UnwindSafe for TypedReactivePropertyImpl<IdType, ReactiveInstanceType, Target>
where ReactiveInstanceType: UnwindSafe, IdType: UnwindSafe, Target: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<C, F> ContainsToken<C> for F
where F: Fn(C) -> bool,

§

fn contains_token(&self, token: C) -> bool

Returns true if self contains the token
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more