Struct edge_frame::redust::Projection
source · [−]pub struct Projection<R, P, A> where
R: Reducible, { /* private fields */ }Implementations
Trait Implementations
sourceimpl<R, P, A> Clone for Projection<R, P, A> where
R: Reducible,
impl<R, P, A> Clone for Projection<R, P, A> where
R: Reducible,
sourceimpl<R, P, A> Debug for Projection<R, P, A> where
R: Reducible,
impl<R, P, A> Debug for Projection<R, P, A> where
R: Reducible,
Auto Trait Implementations
impl<R, P, A> !RefUnwindSafe for Projection<R, P, A>
impl<R, P, A> !Send for Projection<R, P, A>
impl<R, P, A> !Sync for Projection<R, P, A>
impl<R, P, A> Unpin for Projection<R, P, A>
impl<R, P, A> !UnwindSafe for Projection<R, P, A>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert self to a value of a Properties struct.
sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert self to a value of a Properties struct.