pub struct DroppedError;
Expand description
Error that is sent to all subscribers when this ObservableField
/
ObservableCell
is dropped.
Trait Implementations§
Source§impl Clone for DroppedError
impl Clone for DroppedError
Source§fn clone(&self) -> DroppedError
fn clone(&self) -> DroppedError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DroppedError
impl Debug for DroppedError
Source§impl Display for DroppedError
impl Display for DroppedError
Source§impl From<Canceled> for DroppedError
impl From<Canceled> for DroppedError
impl Copy for DroppedError
Auto Trait Implementations§
impl Freeze for DroppedError
impl RefUnwindSafe for DroppedError
impl Send for DroppedError
impl Sync for DroppedError
impl Unpin for DroppedError
impl UnwindSafe for DroppedError
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