pub struct De<'env>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<'env> Freeze for De<'env>
impl<'env> RefUnwindSafe for De<'env>
impl<'env> !Send for De<'env>
impl<'env> !Sync for De<'env>
impl<'env> Unpin for De<'env>
impl<'env> UnwindSafe for De<'env>
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