pub enum NeaInvalidParamsErrorMsg {
InvalidDateFormat,
InvalidPaginationToken,
Unknown,
}Expand description
Bad-request error message for invalid date or pagination token
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for NeaInvalidParamsErrorMsg
impl AsRef<str> for NeaInvalidParamsErrorMsg
Source§impl Clone for NeaInvalidParamsErrorMsg
impl Clone for NeaInvalidParamsErrorMsg
Source§fn clone(&self) -> NeaInvalidParamsErrorMsg
fn clone(&self) -> NeaInvalidParamsErrorMsg
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 NeaInvalidParamsErrorMsg
impl Debug for NeaInvalidParamsErrorMsg
Source§impl Default for NeaInvalidParamsErrorMsg
impl Default for NeaInvalidParamsErrorMsg
Source§fn default() -> NeaInvalidParamsErrorMsg
fn default() -> NeaInvalidParamsErrorMsg
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NeaInvalidParamsErrorMsg
impl<'de> Deserialize<'de> for NeaInvalidParamsErrorMsg
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
Source§impl Display for NeaInvalidParamsErrorMsg
impl Display for NeaInvalidParamsErrorMsg
impl Eq for NeaInvalidParamsErrorMsg
Source§impl PartialEq for NeaInvalidParamsErrorMsg
impl PartialEq for NeaInvalidParamsErrorMsg
Source§fn eq(&self, other: &NeaInvalidParamsErrorMsg) -> bool
fn eq(&self, other: &NeaInvalidParamsErrorMsg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NeaInvalidParamsErrorMsg
impl Serialize for NeaInvalidParamsErrorMsg
impl StructuralPartialEq for NeaInvalidParamsErrorMsg
Auto Trait Implementations§
impl Freeze for NeaInvalidParamsErrorMsg
impl RefUnwindSafe for NeaInvalidParamsErrorMsg
impl Send for NeaInvalidParamsErrorMsg
impl Sync for NeaInvalidParamsErrorMsg
impl Unpin for NeaInvalidParamsErrorMsg
impl UnsafeUnpin for NeaInvalidParamsErrorMsg
impl UnwindSafe for NeaInvalidParamsErrorMsg
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