#[repr(C)]pub struct Dynamic<P>where
Tag_<P>: Debug,{ /* private fields */ }
Implementations§
Trait Implementations§
impl<P> Pod for Dynamic<P>where Tag_<P>: Debug,
Auto Trait Implementations§
impl<P> RefUnwindSafe for Dynamic<P>where P: RefUnwindSafe,
impl<P> Send for Dynamic<P>where P: Send,
impl<P> Sync for Dynamic<P>where P: Sync,
impl<P> Unpin for Dynamic<P>where P: Unpin,
impl<P> UnwindSafe for Dynamic<P>where P: UnwindSafe,
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