#[non_exhaustive]pub struct ErrPath { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Deserialize<'static> for ErrPath
impl Deserialize<'static> for ErrPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ErrPath
impl Ord for ErrPath
Source§impl PartialOrd for ErrPath
impl PartialOrd for ErrPath
impl Copy for ErrPath
impl Eq for ErrPath
impl StructuralPartialEq for ErrPath
Auto Trait Implementations§
impl Freeze for ErrPath
impl RefUnwindSafe for ErrPath
impl Send for ErrPath
impl Sync for ErrPath
impl Unpin for ErrPath
impl UnwindSafe for ErrPath
Blanket Implementations§
Source§impl<Data> ApiSuccessResponse for Data
impl<Data> ApiSuccessResponse for Data
fn api_response<Meta>(self, meta: Option<Meta>) -> ApiResponse<Self, Meta>
fn api_response_without_meta<Meta>(self) -> ApiResponse<Self, Meta>
fn api_response_with_meta<Meta>(self, meta: Meta) -> ApiResponse<Self, Meta>
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