Struct tpfs_krypt::errors::AddressNotFound
source · pub struct AddressNotFound<__T0> {
pub address: __T0,
}Expand description
SNAFU context selector for the KeyManagementError::AddressNotFound variant
Fields§
§address: __T0Implementations§
source§impl<__T0> AddressNotFound<__T0>
impl<__T0> AddressNotFound<__T0>
Trait Implementations§
source§impl<__T0: Clone> Clone for AddressNotFound<__T0>
impl<__T0: Clone> Clone for AddressNotFound<__T0>
source§fn clone(&self) -> AddressNotFound<__T0>
fn clone(&self) -> AddressNotFound<__T0>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<__T0: Debug> Debug for AddressNotFound<__T0>
impl<__T0: Debug> Debug for AddressNotFound<__T0>
source§impl<__T0> IntoError<KeyManagementError> for AddressNotFound<__T0>where
KeyManagementError: Error + ErrorCompat,
__T0: Into<String>,
impl<__T0> IntoError<KeyManagementError> for AddressNotFound<__T0>where KeyManagementError: Error + ErrorCompat, __T0: Into<String>,
source§fn into_error(self, error: Self::Source) -> KeyManagementError
fn into_error(self, error: Self::Source) -> KeyManagementError
Combine the information to produce the error
impl<__T0: Copy> Copy for AddressNotFound<__T0>
Auto Trait Implementations§
impl<__T0> RefUnwindSafe for AddressNotFound<__T0>where __T0: RefUnwindSafe,
impl<__T0> Send for AddressNotFound<__T0>where __T0: Send,
impl<__T0> Sync for AddressNotFound<__T0>where __T0: Sync,
impl<__T0> Unpin for AddressNotFound<__T0>where __T0: Unpin,
impl<__T0> UnwindSafe for AddressNotFound<__T0>where __T0: UnwindSafe,
Blanket Implementations§
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, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from.