[−][src]Struct frame_metadata::FnEncode
Newtype wrapper for support encoding functions (actual the result of the function).
Trait Implementations
impl<E: Clone> Clone for FnEncode<E> where
E: Encode + 'static, [src][+]
E: Encode + 'static,
impl<E: Encode + Debug> Debug for FnEncode<E>[src][+]
impl<E: Encode> Encode for FnEncode<E>[src][+]
impl<E: Encode> EncodeLike<FnEncode<E>> for FnEncode<E>[src]
impl<E: Eq> Eq for FnEncode<E> where
E: Encode + 'static, [src]
E: Encode + 'static,
impl<E: Encode + PartialEq> PartialEq<FnEncode<E>> for FnEncode<E>[src][+]
impl<E: Encode + Serialize> Serialize for FnEncode<E>[src][+]
impl<E> StructuralEq for FnEncode<E> where
E: Encode + 'static, [src]
E: Encode + 'static,
Auto Trait Implementations
impl<E> RefUnwindSafe for FnEncode<E>
impl<E> Send for FnEncode<E>
impl<E> Sync for FnEncode<E>
impl<E> Unpin for FnEncode<E>
impl<E> UnwindSafe for FnEncode<E>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T, X> Encode for X where
T: Encode + ?Sized,
X: WrapperTypeEncode<Target = T>, [src][+]
T: Encode + ?Sized,
X: WrapperTypeEncode<Target = T>,
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>> for T where
T: Encode, [src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: Encode + ToOwned, [src]
T: Encode + ToOwned,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode, [src]
T: Encode,
impl<T> From<T> for T[src][+]
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>, [src]
S: Encode + EncodeLike<S>,
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T, Outer> IsWrappedBy<Outer> for T where
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>, [src][+]
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src][+]
T: UncheckedFrom<S>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,