Enum tdlib_rs_parser::errors::ParamParseError
source · pub enum ParamParseError {
Empty,
InvalidGeneric,
NotImplemented,
}Expand description
The error type for the parsing operation of Parameters.
Variants§
Empty
The parameter was empty.
InvalidGeneric
The generic argument was invalid.
NotImplemented
The parser does not know how to parse the parameter.
Trait Implementations§
source§impl Debug for ParamParseError
impl Debug for ParamParseError
source§impl PartialEq for ParamParseError
impl PartialEq for ParamParseError
source§fn eq(&self, other: &ParamParseError) -> bool
fn eq(&self, other: &ParamParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ParamParseError
impl StructuralPartialEq for ParamParseError
Auto Trait Implementations§
impl Freeze for ParamParseError
impl RefUnwindSafe for ParamParseError
impl Send for ParamParseError
impl Sync for ParamParseError
impl Unpin for ParamParseError
impl UnwindSafe for ParamParseError
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