#[non_exhaustive]pub struct ErrDeclTally { /* private fields */ }
Implementations§
Source§impl ErrDeclTally
impl ErrDeclTally
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrDeclTally
impl RefUnwindSafe for ErrDeclTally
impl Send for ErrDeclTally
impl Sync for ErrDeclTally
impl Unpin for ErrDeclTally
impl UnwindSafe for ErrDeclTally
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