Struct gdnative_bindings::jsonrpc::ErrorCode
source · pub struct ErrorCode(pub i64);Tuple Fields§
§0: i64Implementations§
source§impl ErrorCode
impl ErrorCode
pub const PARSE_ERROR: ErrorCode = _
pub const INTERNAL_ERROR: ErrorCode = _
pub const INVALID_PARAMS: ErrorCode = _
pub const METHOD_NOT_FOUND: ErrorCode = _
pub const INVALID_REQUEST: ErrorCode = _
Trait Implementations§
source§impl FromVariant for ErrorCode
impl FromVariant for ErrorCode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
source§impl Ord for ErrorCode
impl Ord for ErrorCode
source§impl PartialEq<ErrorCode> for ErrorCode
impl PartialEq<ErrorCode> for ErrorCode
source§impl PartialOrd<ErrorCode> for ErrorCode
impl PartialOrd<ErrorCode> for ErrorCode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ErrorCode
impl Eq for ErrorCode
impl StructuralEq for ErrorCode
impl StructuralPartialEq for ErrorCode
Auto Trait Implementations§
impl RefUnwindSafe for ErrorCode
impl Send for ErrorCode
impl Sync for ErrorCode
impl Unpin for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.