[−][src]Struct phasmo_rs::app::app_data_derived_lenses::evidence_status
Lens for the field on #ty
Trait Implementations
impl Clone for evidence_status
[src]
fn clone(&self) -> evidence_status
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for evidence_status
[src]
impl Debug for evidence_status
[src]
impl Lens<AppData, Vector<EvidenceStatus>> for evidence_status
[src]
fn with<V, F: FnOnce(&Vector<EvidenceStatus>) -> V>(
&self,
data: &AppData,
f: F
) -> V
[src]
&self,
data: &AppData,
f: F
) -> V
fn with_mut<V, F: FnOnce(&mut Vector<EvidenceStatus>) -> V>(
&self,
data: &mut AppData,
f: F
) -> V
[src]
&self,
data: &mut AppData,
f: F
) -> V
Auto Trait Implementations
impl RefUnwindSafe for evidence_status
impl Send for evidence_status
impl Sync for evidence_status
impl Unpin for evidence_status
impl UnwindSafe for evidence_status
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<A, B, T> LensExt<A, B> for T where
A: ?Sized,
B: ?Sized,
T: Lens<A, B>,
A: ?Sized,
B: ?Sized,
T: Lens<A, B>,
fn get(&self, data: &A) -> B where
B: Clone,
B: Clone,
fn put(&self, data: &mut A, value: B)
fn then<Other, C>(self, other: Other) -> Then<Self, Other, B> where
C: ?Sized,
Other: Lens<B, C>,
C: ?Sized,
Other: Lens<B, C>,
fn map<Get, Put, C>(self, get: Get, put: Put) -> Then<Self, Map<Get, Put>, B> where
Get: Fn(&B) -> C,
Put: Fn(&mut B, C),
Get: Fn(&B) -> C,
Put: Fn(&mut B, C),
fn deref(self) -> Then<Self, Deref, B> where
B: Deref + DerefMut,
B: Deref + DerefMut,
fn index<I>(self, index: I) -> Then<Self, Index<I>, B> where
B: Index<I> + IndexMut<I>,
I: Clone,
B: Index<I> + IndexMut<I>,
I: Clone,
fn in_arc(self) -> InArc<Self> where
A: Clone,
B: Data,
A: Clone,
B: Data,
impl<T> RoundFrom<T> for T
fn round_from(x: T) -> T
impl<T, U> RoundInto<U> for T where
U: RoundFrom<T>,
U: RoundFrom<T>,
fn round_into(self) -> U
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,