pub struct PropertyObserverRole<T> { /* private fields */ }
Trait Implementations§
Source§impl<T: Owned> InterfaceRole for PropertyObserverRole<T>
impl<T: Owned> InterfaceRole for PropertyObserverRole<T>
type Interface = PropertyInterface<T>
type Config = PropertyObserverConfig
type Init = PropertyInitState<T>
type Stubs = PropertyObserverStubs<T>
type Hooks = PropertyObserverHooks<T>
fn setup_worker( i: &Self::Interface, setup: &mut RoleSetup<'_>, config: &Self::Config, init: &Self::Init, ) -> (Self::Stubs, Self::Hooks)
Auto Trait Implementations§
impl<T> Freeze for PropertyObserverRole<T>
impl<T> RefUnwindSafe for PropertyObserverRole<T>where
T: RefUnwindSafe,
impl<T> Send for PropertyObserverRole<T>where
T: Send,
impl<T> Sync for PropertyObserverRole<T>where
T: Sync,
impl<T> Unpin for PropertyObserverRole<T>where
T: Unpin,
impl<T> UnwindSafe for PropertyObserverRole<T>where
T: UnwindSafe,
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