Struct sui_sdk_types::types::DigestParseError
source · pub struct DigestParseError;
Trait Implementations§
source§impl Clone for DigestParseError
impl Clone for DigestParseError
source§fn clone(&self) -> DigestParseError
fn clone(&self) -> DigestParseError
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 Debug for DigestParseError
impl Debug for DigestParseError
source§impl Display for DigestParseError
impl Display for DigestParseError
source§impl Error for DigestParseError
impl Error for DigestParseError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for DigestParseError
impl PartialEq for DigestParseError
impl Copy for DigestParseError
impl Eq for DigestParseError
impl StructuralPartialEq for DigestParseError
Auto Trait Implementations§
impl Freeze for DigestParseError
impl RefUnwindSafe for DigestParseError
impl Send for DigestParseError
impl Sync for DigestParseError
impl Unpin for DigestParseError
impl UnwindSafe for DigestParseError
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moresource§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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)