Struct dep_obj::DepEventSource 
source · [−]pub struct DepEventSource<Owner: DepType, ArgsType: DepEventArgs> { /* private fields */ }Trait Implementations
sourceimpl<Owner: DepType, ArgsType: DepEventArgs> Debug for DepEventSource<Owner, ArgsType>
 
impl<Owner: DepType, ArgsType: DepEventArgs> Debug for DepEventSource<Owner, ArgsType>
sourceimpl<Owner: DepType + 'static, ArgsType: DepEventArgs + 'static> Source for DepEventSource<Owner, ArgsType> where
    Owner::Id: DepObj<Owner::DepObjKey, Owner>, 
 
impl<Owner: DepType + 'static, ArgsType: DepEventArgs + 'static> Source for DepEventSource<Owner, ArgsType> where
    Owner::Id: DepObj<Owner::DepObjKey, Owner>, 
Auto Trait Implementations
impl<Owner, ArgsType> RefUnwindSafe for DepEventSource<Owner, ArgsType> where
    ArgsType: RefUnwindSafe,
    Owner: RefUnwindSafe,
    <Owner as DepType>::Id: RefUnwindSafe, 
impl<Owner, ArgsType> Send for DepEventSource<Owner, ArgsType>
impl<Owner, ArgsType> Sync for DepEventSource<Owner, ArgsType>
impl<Owner, ArgsType> Unpin for DepEventSource<Owner, ArgsType> where
    <Owner as DepType>::Id: Unpin, 
impl<Owner, ArgsType> UnwindSafe for DepEventSource<Owner, ArgsType> where
    ArgsType: UnwindSafe,
    Owner: 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