pub struct SecretStringErrorWrapper(pub SecretStringError);Tuple Fields§
§0: SecretStringErrorTrait Implementations§
Source§impl Clone for SecretStringErrorWrapper
impl Clone for SecretStringErrorWrapper
Source§fn clone(&self) -> SecretStringErrorWrapper
fn clone(&self) -> SecretStringErrorWrapper
Returns a duplicate 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 Debug for SecretStringErrorWrapper
impl Debug for SecretStringErrorWrapper
Source§impl Display for SecretStringErrorWrapper
impl Display for SecretStringErrorWrapper
Source§impl From<SecretStringError> for SecretStringErrorWrapper
impl From<SecretStringError> for SecretStringErrorWrapper
Source§fn from(e: SecretStringError) -> Self
fn from(e: SecretStringError) -> Self
Converts to this type from the input type.
Source§impl From<SecretStringErrorWrapper> for SpCoreError
impl From<SecretStringErrorWrapper> for SpCoreError
Source§fn from(e: SecretStringErrorWrapper) -> Self
fn from(e: SecretStringErrorWrapper) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecretStringErrorWrapper
impl RefUnwindSafe for SecretStringErrorWrapper
impl Send for SecretStringErrorWrapper
impl Sync for SecretStringErrorWrapper
impl Unpin for SecretStringErrorWrapper
impl UnwindSafe for SecretStringErrorWrapper
Blanket Implementations§
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> 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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
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.