Struct tower_util::UnsyncBoxService
source · pub struct UnsyncBoxService<T, U, E> { /* private fields */ }Expand description
A boxed Service trait object.
Implementations§
Trait Implementations§
source§impl<T, U, E> Debug for UnsyncBoxService<T, U, E>
impl<T, U, E> Debug for UnsyncBoxService<T, U, E>
Auto Trait Implementations§
impl<T, U, E> Freeze for UnsyncBoxService<T, U, E>
impl<T, U, E> !RefUnwindSafe for UnsyncBoxService<T, U, E>
impl<T, U, E> !Send for UnsyncBoxService<T, U, E>
impl<T, U, E> !Sync for UnsyncBoxService<T, U, E>
impl<T, U, E> Unpin for UnsyncBoxService<T, U, E>
impl<T, U, E> !UnwindSafe for UnsyncBoxService<T, U, E>
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