pub struct WIMCError;Trait Implementations§
Source§impl From<ParseIntError> for WIMCError
impl From<ParseIntError> for WIMCError
Source§fn from(_value: ParseIntError) -> Self
fn from(_value: ParseIntError) -> Self
Converts to this type from the input type.
Source§impl From<WIMCError> for WIMCOutput
impl From<WIMCError> for WIMCOutput
Source§impl Ord for WIMCError
impl Ord for WIMCError
Source§impl PartialOrd for WIMCError
impl PartialOrd for WIMCError
impl Copy for WIMCError
impl Eq for WIMCError
impl StructuralPartialEq for WIMCError
Auto Trait Implementations§
impl Freeze for WIMCError
impl RefUnwindSafe for WIMCError
impl Send for WIMCError
impl Sync for WIMCError
impl Unpin for WIMCError
impl UnwindSafe for WIMCError
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> Deserialize for T
impl<T> Deserialize for T
Source§fn deserialize_str(str: &str) -> Result<Self, ParseError>
fn deserialize_str(str: &str) -> Result<Self, ParseError>
deserialize a &str containing JSON into the provided Struct