pub struct RefreshValueError(/* private fields */);Trait Implementations§
Source§impl Clone for RefreshValueError
impl Clone for RefreshValueError
Source§fn clone(&self) -> RefreshValueError
fn clone(&self) -> RefreshValueError
Returns a duplicate of the value. Read more
1.0.0 · 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 RefreshValueError
impl Debug for RefreshValueError
Source§impl Display for RefreshValueError
impl Display for RefreshValueError
Source§impl Fail for RefreshValueError
impl Fail for RefreshValueError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for RefreshValueError
impl PartialEq for RefreshValueError
impl StructuralPartialEq for RefreshValueError
Auto Trait Implementations§
impl Freeze for RefreshValueError
impl RefUnwindSafe for RefreshValueError
impl Send for RefreshValueError
impl Sync for RefreshValueError
impl Unpin for RefreshValueError
impl UnwindSafe for RefreshValueError
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