pub struct DisconnectedSerialBackendResolver;
Expand description
A resolver for DisconnectedSerialBackendHandle
.
Trait Implementations§
Source§impl ResolveResource<SerialBackendHandle, DisconnectedSerialBackendHandle> for DisconnectedSerialBackendResolver
impl ResolveResource<SerialBackendHandle, DisconnectedSerialBackendHandle> for DisconnectedSerialBackendResolver
Source§type Output = ResolvedSerialBackend
type Output = ResolvedSerialBackend
The output type for resource resolution.
Source§type Error = Infallible
type Error = Infallible
The error type for
resolve
.Source§fn resolve(
&self,
DisconnectedSerialBackendHandle: DisconnectedSerialBackendHandle,
_input: ResolveSerialBackendParams<'_>,
) -> Result<Self::Output, Self::Error>
fn resolve( &self, DisconnectedSerialBackendHandle: DisconnectedSerialBackendHandle, _input: ResolveSerialBackendParams<'_>, ) -> Result<Self::Output, Self::Error>
Resolves the resource.
Auto Trait Implementations§
impl Freeze for DisconnectedSerialBackendResolver
impl RefUnwindSafe for DisconnectedSerialBackendResolver
impl Send for DisconnectedSerialBackendResolver
impl Sync for DisconnectedSerialBackendResolver
impl Unpin for DisconnectedSerialBackendResolver
impl UnwindSafe for DisconnectedSerialBackendResolver
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