pub struct root();
Implementations§
Trait Implementations§
source§impl PartialEq<root> for root
impl PartialEq<root> for root
impl Copy for root
impl Eq for root
impl StructuralEq for root
impl StructuralPartialEq for root
Auto Trait Implementations§
impl RefUnwindSafe for root
impl Send for root
impl Sync for root
impl Unpin for root
impl UnwindSafe for root
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<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
§impl<T> LensExt for Twhere
T: Lens,
impl<T> LensExt for Twhere T: Lens,
§fn get<C>(&self, cx: &C) -> Self::Targetwhere
C: DataContext,
Self::Target: Clone,
fn get<C>(&self, cx: &C) -> Self::Targetwhere C: DataContext, Self::Target: Clone,
Retrieve a copy of the lensed data from context. Read more
fn get_fallible<C>(&self, cx: &C) -> Option<Self::Target>where C: DataContext, Self::Target: Clone,
fn or<Other>(self, other: Other) -> OrLens<Self, Other>where Other: Lens<Target = bool>, Self: Lens<Target = bool>,
fn and<Other>(self, other: Other) -> AndLens<Self, Other>where Other: Lens<Target = bool>, Self: Lens<Target = bool>,
§fn then<Other>(self, other: Other) -> Then<Self, Other>where
Other: Lens<Source = Self::Target>,
fn then<Other>(self, other: Other) -> Then<Self, Other>where Other: Lens<Source = Self::Target>,
Used to construct a lens to some data contained within some other lensed data. Read more