pub struct DynCompose<'a> { /* private fields */ }Expand description
Dynamically-typed composable.
Implementations§
Trait Implementations§
Source§impl Data for DynCompose<'_>
impl Data for DynCompose<'_>
type Id = PhantomData<DynCompose<'static>>
unsafe fn reborrow(self, ptr: *mut ())
Auto Trait Implementations§
impl<'a> !Freeze for DynCompose<'a>
impl<'a> !RefUnwindSafe for DynCompose<'a>
impl<'a> !Send for DynCompose<'a>
impl<'a> !Sync for DynCompose<'a>
impl<'a> Unpin for DynCompose<'a>
impl<'a> !UnwindSafe for DynCompose<'a>
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