Struct compose_rt::Recomposer
source · [−]pub struct Recomposer<N: ?Sized> { /* private fields */ }Implementations
Auto Trait Implementations
impl<N: ?Sized> RefUnwindSafe for Recomposer<N> where
N: RefUnwindSafe,
impl<N: ?Sized> Send for Recomposer<N> where
N: Send,
impl<N: ?Sized> Sync for Recomposer<N> where
N: Sync,
impl<N: ?Sized> Unpin for Recomposer<N>
impl<N: ?Sized> UnwindSafe for Recomposer<N> where
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more