Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K1, K2> RefUnwindSafe for MultiKey<K1, K2>where
K1: RefUnwindSafe,
K2: RefUnwindSafe,
impl<K1, K2> Send for MultiKey<K1, K2>where
K1: Send,
K2: Send,
impl<K1, K2> Sync for MultiKey<K1, K2>where
K1: Sync,
K2: Sync,
impl<K1, K2> Unpin for MultiKey<K1, K2>where
K1: Unpin,
K2: Unpin,
impl<K1, K2> UnwindSafe for MultiKey<K1, K2>where
K1: UnwindSafe,
K2: UnwindSafe,
Blanket Implementations§
source§impl<T> Base32Len for Twhere
T: AsRef<[u8]>,
impl<T> Base32Len for Twhere
T: AsRef<[u8]>,
source§fn base32_len(&self) -> usize
fn base32_len(&self) -> usize
Calculate the base32 serialized length
source§impl<T> Base32Len for Twhere
T: AsRef<[u8]>,
impl<T> Base32Len for Twhere
T: AsRef<[u8]>,
source§fn base32_len(&self) -> usize
fn base32_len(&self) -> usize
Calculate the base32 serialized length
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<'a, T> StorageAsMut for T
impl<'a, T> StorageAsMut for T
§impl<'a, T> StorageAsRef for T
impl<'a, T> StorageAsRef for T
source§impl<T> ToHex for Twhere
T: AsRef<[u8]>,
impl<T> ToHex for Twhere
T: AsRef<[u8]>,
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
)