pub enum DetachError {
ObserverNotFound,
}Expand description
An Error which occurs during detachment.
Variants§
ObserverNotFound
The specified observer couldn’t be found.
Trait Implementations§
Source§impl Debug for DetachError
impl Debug for DetachError
Source§impl<O> DetachableSubject<O, DetachError> for VecSubject<O>
impl<O> DetachableSubject<O, DetachError> for VecSubject<O>
Auto Trait Implementations§
impl Freeze for DetachError
impl RefUnwindSafe for DetachError
impl Send for DetachError
impl Sync for DetachError
impl Unpin for DetachError
impl UnwindSafe for DetachError
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