pub struct ConventionBasedBuilder<T> { /* private fields */ }
Expand description
Builder for convention-based container configuration
Implementations§
Source§impl<T> ConventionBasedBuilder<T>where
T: ServiceBinder,
impl<T> ConventionBasedBuilder<T>where
T: ServiceBinder,
Sourcepub fn new(conventions: ServiceConventions) -> Self
pub fn new(conventions: ServiceConventions) -> Self
Create a new convention-based builder
Auto Trait Implementations§
impl<T> Freeze for ConventionBasedBuilder<T>
impl<T> !RefUnwindSafe for ConventionBasedBuilder<T>
impl<T> Send for ConventionBasedBuilder<T>where
T: Send,
impl<T> Sync for ConventionBasedBuilder<T>where
T: Sync,
impl<T> Unpin for ConventionBasedBuilder<T>where
T: Unpin,
impl<T> !UnwindSafe for ConventionBasedBuilder<T>
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