pub struct ConfirmationContext<S>(/* private fields */);Trait Implementations§
Source§impl<S> AsRef<[u8]> for ConfirmationContext<S>
impl<S> AsRef<[u8]> for ConfirmationContext<S>
Source§impl<S> Clone for ConfirmationContext<S>
impl<S> Clone for ConfirmationContext<S>
Source§impl<S> Debug for ConfirmationContext<S>
impl<S> Debug for ConfirmationContext<S>
Source§impl<'de, S> Deserialize<'de> for ConfirmationContext<S>
impl<'de, S> Deserialize<'de> for ConfirmationContext<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<ConfirmationContext<S>> for Vec<u8>
impl<S> From<ConfirmationContext<S>> for Vec<u8>
Source§fn from(value: ConfirmationContext<S>) -> Self
fn from(value: ConfirmationContext<S>) -> Self
Converts to this type from the input type.
Source§impl<S> PartialEq for ConfirmationContext<S>
impl<S> PartialEq for ConfirmationContext<S>
Source§impl<S> Serialize for ConfirmationContext<S>
impl<S> Serialize for ConfirmationContext<S>
impl<S> Eq for ConfirmationContext<S>
Auto Trait Implementations§
impl<S> Freeze for ConfirmationContext<S>
impl<S> RefUnwindSafe for ConfirmationContext<S>
impl<S> Send for ConfirmationContext<S>
impl<S> Sync for ConfirmationContext<S>
impl<S> Unpin for ConfirmationContext<S>
impl<S> UnsafeUnpin for ConfirmationContext<S>
impl<S> UnwindSafe for ConfirmationContext<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)