pub enum GetDbClockError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_db_clock
Variants§
Trait Implementations§
Source§impl Clone for GetDbClockError
impl Clone for GetDbClockError
Source§impl Debug for GetDbClockError
impl Debug for GetDbClockError
Source§impl<'de> Deserialize<'de> for GetDbClockError
impl<'de> Deserialize<'de> for GetDbClockError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetDbClockError
impl RefUnwindSafe for GetDbClockError
impl Send for GetDbClockError
impl Sync for GetDbClockError
impl Unpin for GetDbClockError
impl UnsafeUnpin for GetDbClockError
impl UnwindSafe for GetDbClockError
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