pub struct InputContext<S>(/* private fields */);Trait Implementations§
Source§impl<S> AsRef<[u8]> for InputContext<S>
impl<S> AsRef<[u8]> for InputContext<S>
Source§impl<S> Clone for InputContext<S>
impl<S> Clone for InputContext<S>
Source§impl<S> Debug for InputContext<S>
impl<S> Debug for InputContext<S>
Source§impl<'de, S> Deserialize<'de> for InputContext<S>
impl<'de, S> Deserialize<'de> for InputContext<S>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<S> From<InputContext<S>> for Vec<u8>
impl<S> From<InputContext<S>> for Vec<u8>
Source§fn from(value: InputContext<S>) -> Self
fn from(value: InputContext<S>) -> Self
Converts to this type from the input type.
Source§impl<S> PartialEq for InputContext<S>
impl<S> PartialEq for InputContext<S>
Source§impl<S> Serialize for InputContext<S>
impl<S> Serialize for InputContext<S>
impl<S> Eq for InputContext<S>
Auto Trait Implementations§
impl<S> Freeze for InputContext<S>
impl<S> RefUnwindSafe for InputContext<S>
impl<S> Send for InputContext<S>
impl<S> Sync for InputContext<S>
impl<S> Unpin for InputContext<S>
impl<S> UnwindSafe for InputContext<S>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToHex for T
impl<T> ToHex for T
Source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self into the result. Lower case
letters are used (e.g. f9b4ca)Source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self into the result. Upper case
letters are used (e.g. F9B4CA)