pub enum FromNetsBloxJsonError {
Null,
BadImage,
BadAudio,
}
Expand description
An error produced by SimpleValue::from_netsblox_json
Variants§
Trait Implementations§
Source§impl Debug for FromNetsBloxJsonError
impl Debug for FromNetsBloxJsonError
Source§impl<C: CustomTypes<S>, S: System<C>> From<FromNetsBloxJsonError> for ErrorCause<C, S>
impl<C: CustomTypes<S>, S: System<C>> From<FromNetsBloxJsonError> for ErrorCause<C, S>
Source§fn from(error: FromNetsBloxJsonError) -> Self
fn from(error: FromNetsBloxJsonError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FromNetsBloxJsonError
impl RefUnwindSafe for FromNetsBloxJsonError
impl Send for FromNetsBloxJsonError
impl Sync for FromNetsBloxJsonError
impl Unpin for FromNetsBloxJsonError
impl UnwindSafe for FromNetsBloxJsonError
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