pub enum PolymeshRuntimeErr {
Unknown,
}
Variants
Unknown
Trait Implementations
sourceimpl Clone for PolymeshRuntimeErr
impl Clone for PolymeshRuntimeErr
sourcefn clone(&self) -> PolymeshRuntimeErr
fn clone(&self) -> PolymeshRuntimeErr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PolymeshRuntimeErr
impl Debug for PolymeshRuntimeErr
sourceimpl Decode for PolymeshRuntimeErr
impl Decode for PolymeshRuntimeErr
sourcefn decode<__CodecInputEdqy: Input>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
fn decode<__CodecInputEdqy: Input>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
Attempt to deserialise the value from input.
sourcefn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
Attempt to skip the encoded value from input. Read more
sourcefn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>
Returns the fixed encoded size of the type. Read more
sourceimpl Encode for PolymeshRuntimeErr
impl Encode for PolymeshRuntimeErr
sourcefn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
fn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
Convert self to a slice and append it to the destination.
sourcefn size_hint(&self) -> usize
fn size_hint(&self) -> usize
If possible give a hint of expected size of the encoding. Read more
sourcefn using_encoded<R, F>(&self, f: F) -> Rwhere
F: FnOnce(&[u8]) -> R,
fn using_encoded<R, F>(&self, f: F) -> Rwhere
F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
sourcefn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
Calculates the encoded size. Read more
sourceimpl From<PolymeshRuntimeErr> for Error
impl From<PolymeshRuntimeErr> for Error
sourcefn from(err: PolymeshRuntimeErr) -> Self
fn from(err: PolymeshRuntimeErr) -> Self
Converts to this type from the input type.
sourceimpl FromStatusCode for PolymeshRuntimeErr
impl FromStatusCode for PolymeshRuntimeErr
sourceimpl PartialEq<PolymeshRuntimeErr> for PolymeshRuntimeErr
impl PartialEq<PolymeshRuntimeErr> for PolymeshRuntimeErr
sourcefn eq(&self, other: &PolymeshRuntimeErr) -> bool
fn eq(&self, other: &PolymeshRuntimeErr) -> bool
sourceimpl TypeInfo for PolymeshRuntimeErr
impl TypeInfo for PolymeshRuntimeErr
impl Copy for PolymeshRuntimeErr
impl EncodeLike<PolymeshRuntimeErr> for PolymeshRuntimeErr
impl Eq for PolymeshRuntimeErr
impl StructuralEq for PolymeshRuntimeErr
impl StructuralPartialEq for PolymeshRuntimeErr
Auto Trait Implementations
impl RefUnwindSafe for PolymeshRuntimeErr
impl Send for PolymeshRuntimeErr
impl Sync for PolymeshRuntimeErr
impl Unpin for PolymeshRuntimeErr
impl UnwindSafe for PolymeshRuntimeErr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> DecodeLimit for Twhere
T: Decode,
impl<T> DecodeLimit for Twhere
T: Decode,
sourceimpl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
sourcefn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
sourcefn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read moresourceimpl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
sourcefn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.