pub struct Unconfigured;Trait Implementations§
impl ServiceState for Unconfigured
Auto Trait Implementations§
impl Freeze for Unconfigured
impl RefUnwindSafe for Unconfigured
impl Send for Unconfigured
impl Sync for Unconfigured
impl Unpin for Unconfigured
impl UnwindSafe for Unconfigured
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