pub struct AroStateBuilder { /* private fields */ }Expand description
Builder for constructing an AroState with registered services.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AroStateBuilder
impl !UnwindSafe for AroStateBuilder
impl Freeze for AroStateBuilder
impl Send for AroStateBuilder
impl Sync for AroStateBuilder
impl Unpin for AroStateBuilder
impl UnsafeUnpin for AroStateBuilder
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