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