pub struct AiSystemInstallerSetup<'a, C>where
C: Component,{
pub postfix: &'a str,
pub behaviors: AiBehaviors<C>,
}Fields§
§postfix: &'a str§behaviors: AiBehaviors<C>Auto Trait Implementations§
impl<'a, C> Freeze for AiSystemInstallerSetup<'a, C>
impl<'a, C> !RefUnwindSafe for AiSystemInstallerSetup<'a, C>
impl<'a, C> Send for AiSystemInstallerSetup<'a, C>
impl<'a, C> Sync for AiSystemInstallerSetup<'a, C>
impl<'a, C> Unpin for AiSystemInstallerSetup<'a, C>
impl<'a, C> !UnwindSafe for AiSystemInstallerSetup<'a, C>
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