pub struct ResolvedSerialBackend(pub Box<dyn SerialBackend>);
Expand description
A resolved SerialBackend
.
Tuple Fields§
§0: Box<dyn SerialBackend>
Trait Implementations§
Source§impl CanResolveTo<ResolvedSerialBackend> for SerialBackendHandle
impl CanResolveTo<ResolvedSerialBackend> for SerialBackendHandle
Source§type Input<'a> = ResolveSerialBackendParams<'a>
type Input<'a> = ResolveSerialBackendParams<'a>
Additional input (besides the resource itself) when resolving resources
of this resource kind.
Source§impl<T: 'static + SerialBackend> From<T> for ResolvedSerialBackend
impl<T: 'static + SerialBackend> From<T> for ResolvedSerialBackend
Auto Trait Implementations§
impl Freeze for ResolvedSerialBackend
impl !RefUnwindSafe for ResolvedSerialBackend
impl Send for ResolvedSerialBackend
impl !Sync for ResolvedSerialBackend
impl Unpin for ResolvedSerialBackend
impl !UnwindSafe for ResolvedSerialBackend
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