pub struct Component<P, F, V>{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<P, F, V> Freeze for Component<P, F, V>where
F: Freeze,
impl<P, F, V> RefUnwindSafe for Component<P, F, V>where
F: RefUnwindSafe,
P: RefUnwindSafe,
impl<P, F, V> Send for Component<P, F, V>
impl<P, F, V> Sync for Component<P, F, V>
impl<P, F, V> Unpin for Component<P, F, V>
impl<P, F, V> UnwindSafe for Component<P, F, V>where
F: UnwindSafe,
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