pub enum DPA {}
Auto Trait Implementations§
impl Freeze for DPA
impl RefUnwindSafe for DPA
impl Send for DPA
impl Sync for DPA
impl Unpin for DPA
impl UnwindSafe for DPA
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