pub struct Configured;Expand description
Builder state: At least one provider configured
Auto Trait Implementations§
impl Freeze for Configured
impl RefUnwindSafe for Configured
impl Send for Configured
impl Sync for Configured
impl Unpin for Configured
impl UnsafeUnpin for Configured
impl UnwindSafe for Configured
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