pub struct PinBoxDynHookComponent<Props> { /* private fields */ }
Implementations§
Source§impl<Props> PinBoxDynHookComponent<Props>
impl<Props> PinBoxDynHookComponent<Props>
pub fn new(hook: Pin<Box<DynHookComponent<Props>>>) -> Self
Auto Trait Implementations§
impl<Props> !Freeze for PinBoxDynHookComponent<Props>
impl<Props> !RefUnwindSafe for PinBoxDynHookComponent<Props>
impl<Props> !Send for PinBoxDynHookComponent<Props>
impl<Props> !Sync for PinBoxDynHookComponent<Props>
impl<Props> Unpin for PinBoxDynHookComponent<Props>
impl<Props> !UnwindSafe for PinBoxDynHookComponent<Props>
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
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.