pub enum AutocompleteHandlerError {
UnknownValue(Value),
}Expand description
struct for typed errors of method autocomplete_handler
Variants§
Trait Implementations§
Source§impl Clone for AutocompleteHandlerError
impl Clone for AutocompleteHandlerError
Source§fn clone(&self) -> AutocompleteHandlerError
fn clone(&self) -> AutocompleteHandlerError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AutocompleteHandlerError
impl Debug for AutocompleteHandlerError
Source§impl<'de> Deserialize<'de> for AutocompleteHandlerError
impl<'de> Deserialize<'de> for AutocompleteHandlerError
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 AutocompleteHandlerError
impl RefUnwindSafe for AutocompleteHandlerError
impl Send for AutocompleteHandlerError
impl Sync for AutocompleteHandlerError
impl Unpin for AutocompleteHandlerError
impl UnsafeUnpin for AutocompleteHandlerError
impl UnwindSafe for AutocompleteHandlerError
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