pub struct Components;Trait Implementations§
Source§impl DelegateComponent<BytesToString> for Components
impl DelegateComponent<BytesToString> for Components
type Delegate = DecodeUtf8Bytes
Source§impl<T> DelegateComponent<ConvertTo<T>> for Components
impl<T> DelegateComponent<ConvertTo<T>> for Components
type Delegate = Promote<HandleConvert>
Source§impl<Handlers> DelegateComponent<Pipe<Handlers>> for Components
impl<Handlers> DelegateComponent<Pipe<Handlers>> for Components
type Delegate = HandlePipe
impl<__Context__, __Params__> IsProviderFor<BytesToString, __Context__, __Params__> for Components
impl<T, __Context__, __Params__> IsProviderFor<ConvertTo<T>, __Context__, __Params__> for Components
impl<Handlers, __Context__, __Params__> IsProviderFor<Pipe<Handlers>, __Context__, __Params__> for Components
Auto Trait Implementations§
impl Freeze for Components
impl RefUnwindSafe for Components
impl Send for Components
impl Sync for Components
impl Unpin for Components
impl UnwindSafe for Components
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