Struct sui_sdk_types::types::TypeParseError
source · pub struct TypeParseError { /* private fields */ }
Trait Implementations§
source§impl Clone for TypeParseError
impl Clone for TypeParseError
source§fn clone(&self) -> TypeParseError
fn clone(&self) -> TypeParseError
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 TypeParseError
impl Debug for TypeParseError
source§impl Display for TypeParseError
impl Display for TypeParseError
source§impl Error for TypeParseError
impl Error for TypeParseError
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 Ord for TypeParseError
impl Ord for TypeParseError
source§fn cmp(&self, other: &TypeParseError) -> Ordering
fn cmp(&self, other: &TypeParseError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TypeParseError
impl PartialEq for TypeParseError
source§impl PartialOrd for TypeParseError
impl PartialOrd for TypeParseError
impl Eq for TypeParseError
impl StructuralPartialEq for TypeParseError
Auto Trait Implementations§
impl Freeze for TypeParseError
impl RefUnwindSafe for TypeParseError
impl Send for TypeParseError
impl Sync for TypeParseError
impl Unpin for TypeParseError
impl UnwindSafe for TypeParseError
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
)