pub struct ConfigBuilder<'config, PropertiesState> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'config, PropertiesState> Freeze for ConfigBuilder<'config, PropertiesState>
impl<'config, PropertiesState> RefUnwindSafe for ConfigBuilder<'config, PropertiesState>where
PropertiesState: RefUnwindSafe,
impl<'config, PropertiesState> Send for ConfigBuilder<'config, PropertiesState>where
PropertiesState: Send,
impl<'config, PropertiesState> Sync for ConfigBuilder<'config, PropertiesState>where
PropertiesState: Sync,
impl<'config, PropertiesState> Unpin for ConfigBuilder<'config, PropertiesState>where
PropertiesState: Unpin,
impl<'config, PropertiesState> UnwindSafe for ConfigBuilder<'config, PropertiesState>where
PropertiesState: 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