pub struct ObserveSub { /* private fields */ }Expand description
Id pair for a single observe subscription. D246: a plain value (no
Drop); detach explicitly via Self::detach or let the
embedder’s OwnedCore tear down on owner-thread drop.
Implementations§
Trait Implementations§
Source§impl Clone for ObserveSub
impl Clone for ObserveSub
Source§fn clone(&self) -> ObserveSub
fn clone(&self) -> ObserveSub
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObserveSub
impl Debug for ObserveSub
impl Copy for ObserveSub
Auto Trait Implementations§
impl Freeze for ObserveSub
impl RefUnwindSafe for ObserveSub
impl Send for ObserveSub
impl Sync for ObserveSub
impl Unpin for ObserveSub
impl UnsafeUnpin for ObserveSub
impl UnwindSafe for ObserveSub
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