pub struct DelegateEncoding<Delegate>(pub PhantomData<Delegate>);
Tuple Fields§
§0: PhantomData<Delegate>
Trait Implementations§
Source§impl<Encoding, From, To, Components, Delegate> Converter<Encoding, From, To> for DelegateEncoding<Components>where
Encoding: HasErrorType,
Components: DelegateComponent<(From, To), Delegate = Delegate>,
Delegate: Converter<Encoding, From, To>,
impl<Encoding, From, To, Components, Delegate> Converter<Encoding, From, To> for DelegateEncoding<Components>where
Encoding: HasErrorType,
Components: DelegateComponent<(From, To), Delegate = Delegate>,
Delegate: Converter<Encoding, From, To>,
Source§impl<Encoding, Strategy, Value, Components, Delegate> Decoder<Encoding, Strategy, Value> for DelegateEncoding<Components>where
Encoding: HasEncodedType + HasErrorType,
Components: DelegateComponent<(Strategy, Value), Delegate = Delegate>,
Delegate: Decoder<Encoding, Strategy, Value>,
impl<Encoding, Strategy, Value, Components, Delegate> Decoder<Encoding, Strategy, Value> for DelegateEncoding<Components>where
Encoding: HasEncodedType + HasErrorType,
Components: DelegateComponent<(Strategy, Value), Delegate = Delegate>,
Delegate: Decoder<Encoding, Strategy, Value>,
Source§impl<Encoding, Strategy, Value, Components, Delegate> Encoder<Encoding, Strategy, Value> for DelegateEncoding<Components>where
Encoding: HasEncodedType + HasErrorType,
Components: DelegateComponent<(Strategy, Value), Delegate = Delegate>,
Delegate: Encoder<Encoding, Strategy, Value>,
impl<Encoding, Strategy, Value, Components, Delegate> Encoder<Encoding, Strategy, Value> for DelegateEncoding<Components>where
Encoding: HasEncodedType + HasErrorType,
Components: DelegateComponent<(Strategy, Value), Delegate = Delegate>,
Delegate: Encoder<Encoding, Strategy, Value>,
Source§impl<Encoding, Value, Components, Delegate> SchemaGetter<Encoding, Value> for DelegateEncoding<Components>where
Encoding: HasSchemaType,
Components: DelegateComponent<Value, Delegate = Delegate>,
Delegate: SchemaGetter<Encoding, Value>,
impl<Encoding, Value, Components, Delegate> SchemaGetter<Encoding, Value> for DelegateEncoding<Components>where
Encoding: HasSchemaType,
Components: DelegateComponent<Value, Delegate = Delegate>,
Delegate: SchemaGetter<Encoding, Value>,
Auto Trait Implementations§
impl<Delegate> Freeze for DelegateEncoding<Delegate>
impl<Delegate> RefUnwindSafe for DelegateEncoding<Delegate>where
Delegate: RefUnwindSafe,
impl<Delegate> Send for DelegateEncoding<Delegate>where
Delegate: Send,
impl<Delegate> Sync for DelegateEncoding<Delegate>where
Delegate: Sync,
impl<Delegate> Unpin for DelegateEncoding<Delegate>where
Delegate: Unpin,
impl<Delegate> UnwindSafe for DelegateEncoding<Delegate>where
Delegate: UnwindSafe,
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