#[non_exhaustive]pub struct ErrPath { /* private fields */ }Implementations§
Trait Implementations§
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