pub struct ObserveId(/* private fields */);Expand description
Handle returned by Engine::observe: tags that observation’s
PropertyChanged events and cancels
it via Engine::unobserve.
Trait Implementations§
impl Copy for ObserveId
impl Eq for ObserveId
impl StructuralPartialEq for ObserveId
Auto Trait Implementations§
impl Freeze for ObserveId
impl RefUnwindSafe for ObserveId
impl Send for ObserveId
impl Sync for ObserveId
impl Unpin for ObserveId
impl UnsafeUnpin for ObserveId
impl UnwindSafe for ObserveId
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