Struct dep_obj::DepPropValueSource 
source · [−]pub struct DepPropValueSource<Owner: DepType, PropType: Convenient> { /* private fields */ }Trait Implementations
sourceimpl<Owner: DepType, PropType: Convenient> Debug for DepPropValueSource<Owner, PropType>
 
impl<Owner: DepType, PropType: Convenient> Debug for DepPropValueSource<Owner, PropType>
sourceimpl<Owner: DepType + 'static, PropType: Convenient> Source for DepPropValueSource<Owner, PropType> where
    Owner::Id: DepObj<Owner::DepObjKey, Owner>, 
 
impl<Owner: DepType + 'static, PropType: Convenient> Source for DepPropValueSource<Owner, PropType> where
    Owner::Id: DepObj<Owner::DepObjKey, Owner>, 
type Value = PropType
type Cache = ValueCache<PropType>
fn handle(
    &self, 
    state: &mut dyn State, 
    handler: Box<dyn Handler<PropType>>
) -> HandledSource
Auto Trait Implementations
impl<Owner, PropType> RefUnwindSafe for DepPropValueSource<Owner, PropType> where
    Owner: RefUnwindSafe,
    PropType: RefUnwindSafe,
    <Owner as DepType>::Id: RefUnwindSafe, 
impl<Owner, PropType> Send for DepPropValueSource<Owner, PropType>
impl<Owner, PropType> Sync for DepPropValueSource<Owner, PropType>
impl<Owner, PropType> Unpin for DepPropValueSource<Owner, PropType> where
    <Owner as DepType>::Id: Unpin, 
impl<Owner, PropType> UnwindSafe for DepPropValueSource<Owner, PropType> where
    Owner: UnwindSafe,
    PropType: UnwindSafe,
    <Owner as DepType>::Id: UnwindSafe, 
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