pub struct ResultDTO { /* private fields */ }Implementations§
Trait Implementations§
impl API for ResultDTO
impl Eq for ResultDTO
impl StructuralPartialEq for ResultDTO
Auto Trait Implementations§
impl Freeze for ResultDTO
impl RefUnwindSafe for ResultDTO
impl Send for ResultDTO
impl Sync for ResultDTO
impl Unpin for ResultDTO
impl UnwindSafe for ResultDTO
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