pub struct MANAGER { /* private fields */ }Expand description
Manager for the ègui component. Can be merged into an other manager for extensions.
Methods from Deref<Target = Manager>§
Sourcepub fn generate(
&self,
input: ComponentInput,
) -> Result<TokenStream, TokenStream>
pub fn generate( &self, input: ComponentInput, ) -> Result<TokenStream, TokenStream>
Generate the given component
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MANAGER
impl RefUnwindSafe for MANAGER
impl Send for MANAGER
impl Sync for MANAGER
impl Unpin for MANAGER
impl UnwindSafe for MANAGER
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