Enum frame_metadata::DecodeDifferent [−][src]
pub enum DecodeDifferent<B, O> where
B: 'static,
O: 'static, {
Encode(B),
Decoded(O),
}
A type that decodes to a different type than it encodes. The user needs to make sure that both types use the same encoding.
For example a &'static [ &'static str ]
can be decoded to a Vec<String>
.
Variants
Trait Implementations
impl<B: Clone, O: Clone> Clone for DecodeDifferent<B, O> where
B: 'static,
O: 'static,
[src]
impl<B: Clone, O: Clone> Clone for DecodeDifferent<B, O> where
B: 'static,
O: 'static,
[src]fn clone(&self) -> DecodeDifferent<B, O>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<B, O> Debug for DecodeDifferent<B, O> where
B: Debug + Eq + 'static,
O: Debug + Eq + 'static,
[src]
impl<B, O> Debug for DecodeDifferent<B, O> where
B: Debug + Eq + 'static,
O: Debug + Eq + 'static,
[src]impl<B, O> Decode for DecodeDifferent<B, O> where
B: 'static,
O: Decode + 'static,
[src]
impl<B, O> Decode for DecodeDifferent<B, O> where
B: 'static,
O: Decode + 'static,
[src]impl<B, O> Encode for DecodeDifferent<B, O> where
B: Encode + 'static,
O: Encode + 'static,
[src]
impl<B, O> Encode for DecodeDifferent<B, O> where
B: Encode + 'static,
O: Encode + 'static,
[src]impl<B, O> PartialEq<DecodeDifferent<B, O>> for DecodeDifferent<B, O> where
B: Encode + Eq + PartialEq + 'static,
O: Encode + Eq + PartialEq + 'static,
[src]
impl<B, O> PartialEq<DecodeDifferent<B, O>> for DecodeDifferent<B, O> where
B: Encode + Eq + PartialEq + 'static,
O: Encode + Eq + PartialEq + 'static,
[src]impl<B, O> Serialize for DecodeDifferent<B, O> where
B: Serialize + 'static,
O: Serialize + 'static,
[src]
impl<B, O> Serialize for DecodeDifferent<B, O> where
B: Serialize + 'static,
O: Serialize + 'static,
[src]impl<B, O> EncodeLike<DecodeDifferent<B, O>> for DecodeDifferent<B, O> where
B: Encode + 'static,
O: Encode + 'static,
[src]
B: Encode + 'static,
O: Encode + 'static,
impl<B, O> Eq for DecodeDifferent<B, O> where
B: Encode + Eq + PartialEq + 'static,
O: Encode + Eq + PartialEq + 'static,
[src]
B: Encode + Eq + PartialEq + 'static,
O: Encode + Eq + PartialEq + 'static,
Auto Trait Implementations
impl<B, O> RefUnwindSafe for DecodeDifferent<B, O> where
B: RefUnwindSafe,
O: RefUnwindSafe,
B: RefUnwindSafe,
O: RefUnwindSafe,
impl<B, O> Send for DecodeDifferent<B, O> where
B: Send,
O: Send,
B: Send,
O: Send,
impl<B, O> Sync for DecodeDifferent<B, O> where
B: Sync,
O: Sync,
B: Sync,
O: Sync,
impl<B, O> Unpin for DecodeDifferent<B, O> where
B: Unpin,
O: Unpin,
B: Unpin,
O: Unpin,
impl<B, O> UnwindSafe for DecodeDifferent<B, O> where
B: UnwindSafe,
O: UnwindSafe,
B: UnwindSafe,
O: UnwindSafe,
Blanket Implementations
impl<T> DecodeLimit for T where
T: Decode,
[src]
impl<T> DecodeLimit for T where
T: Decode,
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<S> Codec for S where
S: Decode + Encode,
[src]
S: Decode + Encode,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Box<T, Global>> for T where
T: Encode,
[src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: ToOwned + Encode,
[src]
T: ToOwned + Encode,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<S> FullCodec for S where
S: Decode + FullEncode,
[src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>,
[src]
S: Encode + EncodeLike<S>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,