pub struct GraphObserver { /* private fields */ }Expand description
GraphObserver data container.
Implementations§
Source§impl GraphObserver
impl GraphObserver
Sourcepub fn unsubscribe(self)
pub fn unsubscribe(self)
Updates or reads unsubscribe.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphObserver
impl !RefUnwindSafe for GraphObserver
impl !Send for GraphObserver
impl !Sync for GraphObserver
impl Unpin for GraphObserver
impl UnsafeUnpin for GraphObserver
impl !UnwindSafe for GraphObserver
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