Enum dock_runtime::Call
source · pub enum Call {
Show 40 variants
System(CallableCallFor<System, Runtime>),
Timestamp(CallableCallFor<Timestamp, Runtime>),
Balances(CallableCallFor<Balances, Runtime>),
Session(CallableCallFor<Session, Runtime>),
GrandpaFinality(CallableCallFor<GrandpaFinality, Runtime>),
Authorship(CallableCallFor<Authorship, Runtime>),
Utility(CallableCallFor<Utility, Runtime>),
OffchainSignatures(CallableCallFor<OffchainSignatures, Runtime>),
DIDModule(CallableCallFor<DIDModule, Runtime>),
Revoke(CallableCallFor<Revoke, Runtime>),
BlobStore(CallableCallFor<BlobStore, Runtime>),
Master(CallableCallFor<Master, Runtime>),
Sudo(CallableCallFor<Sudo, Runtime>),
MigrationModule(CallableCallFor<MigrationModule, Runtime>),
Anchor(CallableCallFor<Anchor, Runtime>),
Attest(CallableCallFor<Attest, Runtime>),
Democracy(CallableCallFor<Democracy, Runtime>),
Council(CallableCallFor<Council, Runtime>),
TechnicalCommittee(CallableCallFor<TechnicalCommittee, Runtime>),
TechnicalCommitteeMembership(CallableCallFor<TechnicalCommitteeMembership, Runtime>),
Scheduler(CallableCallFor<Scheduler, Runtime>),
Ethereum(CallableCallFor<Ethereum, Runtime>),
EVM(CallableCallFor<EVM, Runtime>),
PriceFeedModule(CallableCallFor<PriceFeedModule, Runtime>),
ImOnline(CallableCallFor<ImOnline, Runtime>),
Babe(CallableCallFor<Babe, Runtime>),
Staking(CallableCallFor<Staking, Runtime>),
ElectionProviderMultiPhase(CallableCallFor<ElectionProviderMultiPhase, Runtime>),
Treasury(CallableCallFor<Treasury, Runtime>),
Bounties(CallableCallFor<Bounties, Runtime>),
StakingRewards(CallableCallFor<StakingRewards, Runtime>),
Elections(CallableCallFor<Elections, Runtime>),
Tips(CallableCallFor<Tips, Runtime>),
Identity(CallableCallFor<Identity, Runtime>),
Accumulator(CallableCallFor<Accumulator, Runtime>),
BaseFee(CallableCallFor<BaseFee, Runtime>),
StatusListCredential(CallableCallFor<StatusListCredential, Runtime>),
TrustRegistry(CallableCallFor<TrustRegistry, Runtime>),
Agreement(CallableCallFor<Agreement, Runtime>),
CheqdMigration(CallableCallFor<CheqdMigration, Runtime>),
}
Variants§
System(CallableCallFor<System, Runtime>)
Timestamp(CallableCallFor<Timestamp, Runtime>)
Balances(CallableCallFor<Balances, Runtime>)
Session(CallableCallFor<Session, Runtime>)
GrandpaFinality(CallableCallFor<GrandpaFinality, Runtime>)
Authorship(CallableCallFor<Authorship, Runtime>)
Utility(CallableCallFor<Utility, Runtime>)
OffchainSignatures(CallableCallFor<OffchainSignatures, Runtime>)
DIDModule(CallableCallFor<DIDModule, Runtime>)
Revoke(CallableCallFor<Revoke, Runtime>)
BlobStore(CallableCallFor<BlobStore, Runtime>)
Master(CallableCallFor<Master, Runtime>)
Sudo(CallableCallFor<Sudo, Runtime>)
MigrationModule(CallableCallFor<MigrationModule, Runtime>)
Anchor(CallableCallFor<Anchor, Runtime>)
Attest(CallableCallFor<Attest, Runtime>)
Democracy(CallableCallFor<Democracy, Runtime>)
Council(CallableCallFor<Council, Runtime>)
TechnicalCommittee(CallableCallFor<TechnicalCommittee, Runtime>)
TechnicalCommitteeMembership(CallableCallFor<TechnicalCommitteeMembership, Runtime>)
Scheduler(CallableCallFor<Scheduler, Runtime>)
Ethereum(CallableCallFor<Ethereum, Runtime>)
EVM(CallableCallFor<EVM, Runtime>)
PriceFeedModule(CallableCallFor<PriceFeedModule, Runtime>)
ImOnline(CallableCallFor<ImOnline, Runtime>)
Babe(CallableCallFor<Babe, Runtime>)
Staking(CallableCallFor<Staking, Runtime>)
ElectionProviderMultiPhase(CallableCallFor<ElectionProviderMultiPhase, Runtime>)
Treasury(CallableCallFor<Treasury, Runtime>)
Bounties(CallableCallFor<Bounties, Runtime>)
StakingRewards(CallableCallFor<StakingRewards, Runtime>)
Elections(CallableCallFor<Elections, Runtime>)
Tips(CallableCallFor<Tips, Runtime>)
Identity(CallableCallFor<Identity, Runtime>)
Accumulator(CallableCallFor<Accumulator, Runtime>)
BaseFee(CallableCallFor<BaseFee, Runtime>)
StatusListCredential(CallableCallFor<StatusListCredential, Runtime>)
TrustRegistry(CallableCallFor<TrustRegistry, Runtime>)
Agreement(CallableCallFor<Agreement, Runtime>)
CheqdMigration(CallableCallFor<CheqdMigration, Runtime>)
Trait Implementations§
source§impl Decode for Call
impl Decode for Call
source§fn 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.
§fn decode_into<I>(
input: &mut I,
dst: &mut MaybeUninit<Self>
) -> Result<DecodeFinished, Error>where
I: Input,
fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>where I: Input,
Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§fn 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
§fn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>
Returns the fixed encoded size of the type. Read more
source§impl Dispatchable for Call
impl Dispatchable for Call
§type Origin = Origin
type Origin = Origin
Every function call from your runtime has an origin, which specifies where the extrinsic was
generated from. In the case of a signed extrinsic (transaction), the origin contains an
identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
§type Info = DispatchInfo
type Info = DispatchInfo
An opaque set of information attached to the transaction. This could be constructed anywhere
down the line in a runtime. The current Substrate runtime uses a struct with the same name
to represent the dispatch class and weight.
source§impl Encode for Call
impl Encode for Call
source§fn size_hint(&self) -> usize
fn size_hint(&self) -> usize
If possible give a hint of expected size of the encoding. Read more
source§fn 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.
§fn 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.
§fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
Calculates the encoded size. Read more
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<MigrationModule, Runtime>) -> Self
fn from(call: CallableCallFor<MigrationModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<Accumulator, Runtime>) -> Self
fn from(call: CallableCallFor<Accumulator, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<CheqdMigration, Runtime>) -> Self
fn from(call: CallableCallFor<CheqdMigration, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<StakingRewards, Runtime>) -> Self
fn from(call: CallableCallFor<StakingRewards, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<TrustRegistry, Runtime>) -> Self
fn from(call: CallableCallFor<TrustRegistry, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<PriceFeedModule, Runtime>) -> Self
fn from(call: CallableCallFor<PriceFeedModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<ElectionProviderMultiPhase, Runtime>) -> Self
fn from(call: CallableCallFor<ElectionProviderMultiPhase, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<Authorship, Runtime>) -> Self
fn from(call: CallableCallFor<Authorship, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<OffchainSignatures, Runtime>) -> Self
fn from(call: CallableCallFor<OffchainSignatures, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<StatusListCredential, Runtime>) -> Self
fn from(call: CallableCallFor<StatusListCredential, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<GrandpaFinality, Runtime>) -> Self
fn from(call: CallableCallFor<GrandpaFinality, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime, Instance1> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<TechnicalCommitteeMembership, Runtime>) -> Self
fn from(call: CallableCallFor<TechnicalCommitteeMembership, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime, Instance2> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<TechnicalCommittee, Runtime>) -> Self
fn from(call: CallableCallFor<TechnicalCommittee, Runtime>) -> Self
Converts to this type from the input type.
source§impl GetCallMetadata for Call
impl GetCallMetadata for Call
source§fn get_call_metadata(&self) -> CallMetadata
fn get_call_metadata(&self) -> CallMetadata
Return a [
CallMetadata
], containing function and pallet name of the Call.source§fn get_module_names() -> &'static [&'static str]
fn get_module_names() -> &'static [&'static str]
Return all module names.
source§fn get_call_names(module: &str) -> &'static [&'static str]
fn get_call_names(module: &str) -> &'static [&'static str]
Return all function names for the given
module
.source§impl GetDispatchInfo for Call
impl GetDispatchInfo for Call
source§fn get_dispatch_info(&self) -> DispatchInfo
fn get_dispatch_info(&self) -> DispatchInfo
Return a
DispatchInfo
, containing relevant information of this dispatch. Read moresource§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<OffchainSignatures, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<OffchainSignatures, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<Authorship, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<Authorship, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<PriceFeedModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<PriceFeedModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<StatusListCredential, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<StatusListCredential, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<StakingRewards, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<StakingRewards, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<Accumulator, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<Accumulator, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<CheqdMigration, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<CheqdMigration, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<TrustRegistry, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<TrustRegistry, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(
&self
) -> Option<&CallableCallFor<ElectionProviderMultiPhase, Runtime>>
fn is_sub_type( &self ) -> Option<&CallableCallFor<ElectionProviderMultiPhase, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<GrandpaFinality, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<GrandpaFinality, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<MigrationModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<MigrationModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime, Instance1> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(
&self
) -> Option<&CallableCallFor<TechnicalCommitteeMembership, Runtime>>
fn is_sub_type( &self ) -> Option<&CallableCallFor<TechnicalCommitteeMembership, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime, Instance2> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<TechnicalCommittee, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<TechnicalCommittee, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl PartialEq<Call> for Call
impl PartialEq<Call> for Call
source§impl SelfContainedCall for Call
impl SelfContainedCall for Call
§type SignedInfo = H160
type SignedInfo = H160
Validated signature info.
source§fn is_self_contained(&self) -> bool
fn is_self_contained(&self) -> bool
Returns whether the current call is a self-contained function.
source§fn check_self_contained(
&self
) -> Option<Result<Self::SignedInfo, TransactionValidityError>>
fn check_self_contained( &self ) -> Option<Result<Self::SignedInfo, TransactionValidityError>>
Check signatures of a self-contained function. Returns
None
if the function is not a self-contained.source§fn validate_self_contained(
&self,
info: &Self::SignedInfo,
dispatch_info: &DispatchInfo,
idx: usize
) -> Option<TransactionValidity>
fn validate_self_contained( &self, info: &Self::SignedInfo, dispatch_info: &DispatchInfo, idx: usize ) -> Option<TransactionValidity>
Validate a self-contained function. Returns
None
if the
function is not a self-contained.source§fn pre_dispatch_self_contained(
&self,
info: &Self::SignedInfo,
dispatch_info: &DispatchInfo,
idx: usize
) -> Option<Result<(), TransactionValidityError>>
fn pre_dispatch_self_contained( &self, info: &Self::SignedInfo, dispatch_info: &DispatchInfo, idx: usize ) -> Option<Result<(), TransactionValidityError>>
Do any pre-flight stuff for a self-contained call. Read more
source§fn apply_self_contained(
self,
info: Self::SignedInfo
) -> Option<DispatchResultWithInfo<PostDispatchInfoOf<Self>>>
fn apply_self_contained( self, info: Self::SignedInfo ) -> Option<DispatchResultWithInfo<PostDispatchInfoOf<Self>>>
Apply a self-contained function. Returns
None
if the
function is not a self-contained.impl EncodeLike<Call> for Call
impl Eq for Call
impl StructuralEq for Call
impl StructuralPartialEq for Call
Auto Trait Implementations§
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
Blanket Implementations§
source§impl<T> CanUpdate<()> for T
impl<T> CanUpdate<()> for T
source§fn can_remove(&self, _entity: &()) -> bool
fn can_remove(&self, _entity: &()) -> bool
Checks whether the existing entity can be removed.
§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
fn checked_into<T>(self) -> Option<T>where Self: TryInto<T>,
§impl<T> DecodeAll for Twhere
T: Decode,
impl<T> DecodeAll for Twhere T: Decode,
§fn decode_all(input: &mut &[u8]) -> Result<T, Error>
fn decode_all(input: &mut &[u8]) -> Result<T, Error>
Decode
Self
and consume all of the given input data. Read more§impl<T> DecodeLimit for Twhere
T: Decode,
impl<T> DecodeLimit for Twhere T: Decode,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere T: Any,
§fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.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.§impl<T> Hashable for Twhere
T: Codec,
impl<T> Hashable for Twhere T: Codec,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IsType<T> for T
impl<T> IsType<T> for T
§impl<T> KeyedVec for Twhere
T: Codec,
impl<T> KeyedVec for Twhere T: Codec,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
§fn 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 more§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.