pub struct FnMark;Trait Implementations§
Source§impl<F> IntoFraction<FnMark> for F
impl<F> IntoFraction<FnMark> for F
fn into_fraction(self) -> FractionSource
Source§impl<T: Clone + 'static, F: Fn() -> T + 'static> IntoReactive<T, FnMark> for F
impl<T: Clone + 'static, F: Fn() -> T + 'static> IntoReactive<T, FnMark> for F
fn into_reactive(self) -> Reactive<T>
Auto Trait Implementations§
impl Freeze for FnMark
impl RefUnwindSafe for FnMark
impl Send for FnMark
impl Sync for FnMark
impl Unpin for FnMark
impl UnsafeUnpin for FnMark
impl UnwindSafe for FnMark
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
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 moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
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