pub struct UnknownItemResultType(pub i8);Tuple Fields§
§0: i8Trait Implementations§
Source§impl Clone for UnknownItemResultType
impl Clone for UnknownItemResultType
Source§fn clone(&self) -> UnknownItemResultType
fn clone(&self) -> UnknownItemResultType
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 UnknownItemResultType
impl Debug for UnknownItemResultType
Source§impl Display for UnknownItemResultType
impl Display for UnknownItemResultType
Source§impl Error for UnknownItemResultType
impl Error for UnknownItemResultType
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 From<UnknownItemResultType> for i8
impl From<UnknownItemResultType> for i8
Source§fn from(x: UnknownItemResultType) -> Self
fn from(x: UnknownItemResultType) -> Self
Converts to this type from the input type.
Source§impl Hash for UnknownItemResultType
impl Hash for UnknownItemResultType
Source§impl PartialEq for UnknownItemResultType
impl PartialEq for UnknownItemResultType
impl Copy for UnknownItemResultType
impl Eq for UnknownItemResultType
impl StructuralPartialEq for UnknownItemResultType
Auto Trait Implementations§
impl Freeze for UnknownItemResultType
impl RefUnwindSafe for UnknownItemResultType
impl Send for UnknownItemResultType
impl Sync for UnknownItemResultType
impl Unpin for UnknownItemResultType
impl UnwindSafe for UnknownItemResultType
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