Struct pallet_gear::SyscallWeights
source · pub struct SyscallWeights<T: Config> {Show 71 fields
pub alloc: Weight,
pub free: Weight,
pub free_range: Weight,
pub free_range_per_page: Weight,
pub gr_reserve_gas: Weight,
pub gr_unreserve_gas: Weight,
pub gr_system_reserve_gas: Weight,
pub gr_gas_available: Weight,
pub gr_message_id: Weight,
pub gr_program_id: Weight,
pub gr_source: Weight,
pub gr_value: Weight,
pub gr_value_available: Weight,
pub gr_size: Weight,
pub gr_read: Weight,
pub gr_read_per_byte: Weight,
pub gr_env_vars: Weight,
pub gr_block_height: Weight,
pub gr_block_timestamp: Weight,
pub gr_random: Weight,
pub gr_reply_deposit: Weight,
pub gr_send: Weight,
pub gr_send_per_byte: Weight,
pub gr_send_wgas: Weight,
pub gr_send_wgas_per_byte: Weight,
pub gr_send_init: Weight,
pub gr_send_push: Weight,
pub gr_send_push_per_byte: Weight,
pub gr_send_commit: Weight,
pub gr_send_commit_wgas: Weight,
pub gr_reservation_send: Weight,
pub gr_reservation_send_per_byte: Weight,
pub gr_reservation_send_commit: Weight,
pub gr_reply_commit: Weight,
pub gr_reply_commit_wgas: Weight,
pub gr_reservation_reply: Weight,
pub gr_reservation_reply_per_byte: Weight,
pub gr_reservation_reply_commit: Weight,
pub gr_reply_push: Weight,
pub gr_reply: Weight,
pub gr_reply_per_byte: Weight,
pub gr_reply_wgas: Weight,
pub gr_reply_wgas_per_byte: Weight,
pub gr_reply_push_per_byte: Weight,
pub gr_reply_to: Weight,
pub gr_signal_code: Weight,
pub gr_signal_from: Weight,
pub gr_reply_input: Weight,
pub gr_reply_input_wgas: Weight,
pub gr_reply_push_input: Weight,
pub gr_reply_push_input_per_byte: Weight,
pub gr_send_input: Weight,
pub gr_send_input_wgas: Weight,
pub gr_send_push_input: Weight,
pub gr_send_push_input_per_byte: Weight,
pub gr_debug: Weight,
pub gr_debug_per_byte: Weight,
pub gr_reply_code: Weight,
pub gr_exit: Weight,
pub gr_leave: Weight,
pub gr_wait: Weight,
pub gr_wait_for: Weight,
pub gr_wait_up_to: Weight,
pub gr_wake: Weight,
pub gr_create_program: Weight,
pub gr_create_program_payload_per_byte: Weight,
pub gr_create_program_salt_per_byte: Weight,
pub gr_create_program_wgas: Weight,
pub gr_create_program_wgas_payload_per_byte: Weight,
pub gr_create_program_wgas_salt_per_byte: Weight,
pub _phantom: PhantomData<T>,
}
Expand description
Describes the weight for each imported function that a program is allowed to call.
Fields§
§alloc: Weight
Weight of calling alloc
.
free: Weight
Weight of calling free
.
free_range: Weight
Weight of calling free_range
.
free_range_per_page: Weight
Weight of calling free_range
per page.
gr_reserve_gas: Weight
Weight of calling gr_reserve_gas
.
gr_unreserve_gas: Weight
Weight of calling gr_unreserve_gas
gr_system_reserve_gas: Weight
Weight of calling gr_system_reserve_gas
gr_gas_available: Weight
Weight of calling gr_gas_available
.
gr_message_id: Weight
Weight of calling gr_message_id
.
gr_program_id: Weight
Weight of calling gr_program_id
.
gr_source: Weight
Weight of calling gr_source
.
gr_value: Weight
Weight of calling gr_value
.
gr_value_available: Weight
Weight of calling gr_value_available
.
gr_size: Weight
Weight of calling gr_size
.
gr_read: Weight
Weight of calling gr_read
.
gr_read_per_byte: Weight
Weight per payload byte by gr_read
.
gr_env_vars: Weight
Weight of calling gr_env_vars
.
gr_block_height: Weight
Weight of calling gr_block_height
.
gr_block_timestamp: Weight
Weight of calling gr_block_timestamp
.
gr_random: Weight
Weight of calling gr_random
.
gr_reply_deposit: Weight
Weight of calling gr_reply_deposit
.
gr_send: Weight
Weight of calling gr_send
.
gr_send_per_byte: Weight
Weight per payload byte in gr_send
.
gr_send_wgas: Weight
Weight of calling gr_send_wgas
.
gr_send_wgas_per_byte: Weight
Weight per payload byte in gr_send_wgas
.
gr_send_init: Weight
Weight of calling gr_value_available
.
gr_send_push: Weight
Weight of calling gr_send_push
.
gr_send_push_per_byte: Weight
Weight per payload byte by gr_send_push
.
gr_send_commit: Weight
Weight of calling gr_send_commit
.
gr_send_commit_wgas: Weight
Weight of calling gr_send_commit_wgas
.
gr_reservation_send: Weight
Weight of calling gr_reservation_send
.
gr_reservation_send_per_byte: Weight
Weight per payload byte in gr_reservation_send
.
gr_reservation_send_commit: Weight
Weight of calling gr_reservation_send_commit
.
gr_reply_commit: Weight
Weight of calling gr_reply_commit
.
gr_reply_commit_wgas: Weight
Weight of calling gr_reply_commit_wgas
.
gr_reservation_reply: Weight
Weight of calling gr_reservation_reply
.
gr_reservation_reply_per_byte: Weight
Weight of calling gr_reservation_reply
per one payload byte.
gr_reservation_reply_commit: Weight
Weight of calling gr_reservation_reply_commit
.
gr_reply_push: Weight
Weight of calling gr_reply_push
.
gr_reply: Weight
Weight of calling gr_reply
.
gr_reply_per_byte: Weight
Weight of calling gr_reply
per one payload byte.
gr_reply_wgas: Weight
Weight of calling gr_reply_wgas
.
gr_reply_wgas_per_byte: Weight
Weight of calling gr_reply_wgas
per one payload byte.
gr_reply_push_per_byte: Weight
Weight per payload byte by gr_reply_push
.
gr_reply_to: Weight
Weight of calling gr_reply_to
.
gr_signal_code: Weight
Weight of calling gr_signal_code
.
gr_signal_from: Weight
Weight of calling gr_signal_from
.
gr_reply_input: Weight
Weight of calling gr_reply_input
.
gr_reply_input_wgas: Weight
Weight of calling gr_reply_input_wgas
.
gr_reply_push_input: Weight
Weight of calling gr_reply_push_input
.
gr_reply_push_input_per_byte: Weight
Weight per payload byte by gr_reply_push_input
.
gr_send_input: Weight
Weight of calling gr_send_input
.
gr_send_input_wgas: Weight
Weight of calling gr_send_input_wgas
.
gr_send_push_input: Weight
Weight of calling gr_send_push_input
.
gr_send_push_input_per_byte: Weight
Weight per payload byte by gr_send_push_input
.
gr_debug: Weight
Weight of calling gr_debug
.
gr_debug_per_byte: Weight
Weight per payload byte by gr_debug_per_byte
.
gr_reply_code: Weight
Weight of calling gr_reply_code
.
gr_exit: Weight
Weight of calling gr_exit
.
gr_leave: Weight
Weight of calling gr_leave
.
gr_wait: Weight
Weight of calling gr_wait
.
gr_wait_for: Weight
Weight of calling gr_wait_for
.
gr_wait_up_to: Weight
Weight of calling gr_wait_up_to
.
gr_wake: Weight
Weight of calling gr_wake
.
gr_create_program: Weight
Weight of calling gr_create_program
.
gr_create_program_payload_per_byte: Weight
Weight per payload byte in gr_create_program
.
gr_create_program_salt_per_byte: Weight
Weight per salt byte in gr_create_program
gr_create_program_wgas: Weight
Weight of calling create_program_wgas
.
gr_create_program_wgas_payload_per_byte: Weight
Weight per payload byte by create_program_wgas
.
gr_create_program_wgas_salt_per_byte: Weight
Weight per salt byte by create_program_wgas
.
_phantom: PhantomData<T>
The type parameter is used in the default implementation.
Trait Implementations§
source§impl<T: Clone + Config> Clone for SyscallWeights<T>
impl<T: Clone + Config> Clone for SyscallWeights<T>
source§fn clone(&self) -> SyscallWeights<T>
fn clone(&self) -> SyscallWeights<T>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl<T: Config> Debug for SyscallWeights<T>
impl<T: Config> Debug for SyscallWeights<T>
source§impl<T: Config> Decode for SyscallWeights<T>where
PhantomData<T>: Default,
impl<T: Config> Decode for SyscallWeights<T>where
PhantomData<T>: Default,
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>
§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,
§fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
§fn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>
source§impl<T: Config> Default for SyscallWeights<T>
impl<T: Config> Default for SyscallWeights<T>
source§impl<'de, T: Config> Deserialize<'de> for SyscallWeights<T>
impl<'de, T: Config> Deserialize<'de> for SyscallWeights<T>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
source§impl<T: Config> Encode for SyscallWeights<T>
impl<T: Config> Encode for SyscallWeights<T>
source§fn size_hint(&self) -> usize
fn size_hint(&self) -> usize
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, )
§fn using_encoded<R, F>(&self, f: F) -> R
fn using_encoded<R, F>(&self, f: F) -> R
§fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
source§impl<T: Config> From<SyscallWeights<T>> for SyscallCosts
impl<T: Config> From<SyscallWeights<T>> for SyscallCosts
source§fn from(val: SyscallWeights<T>) -> Self
fn from(val: SyscallWeights<T>) -> Self
source§impl<T: Config> Serialize for SyscallWeights<T>
impl<T: Config> Serialize for SyscallWeights<T>
source§impl<T> TypeInfo for SyscallWeights<T>where
PhantomData<T>: TypeInfo + 'static,
T: Config + 'static,
impl<T> TypeInfo for SyscallWeights<T>where
PhantomData<T>: TypeInfo + 'static,
T: Config + 'static,
impl<T: Config> EncodeLike for SyscallWeights<T>
impl<T: Eq + Config> Eq for SyscallWeights<T>
impl<T: Config> StructuralPartialEq for SyscallWeights<T>
Auto Trait Implementations§
impl<T> Freeze for SyscallWeights<T>
impl<T> RefUnwindSafe for SyscallWeights<T>where
T: RefUnwindSafe,
impl<T> Send for SyscallWeights<T>where
T: Send,
impl<T> Sync for SyscallWeights<T>where
T: Sync,
impl<T> Unpin for SyscallWeights<T>where
T: Unpin,
impl<T> UnwindSafe for SyscallWeights<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
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
§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> Clear for T
impl<T> Clear for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)§impl<T> Conv for T
impl<T> Conv for 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>
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<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
§fn deserialize(
&self,
deserializer: &mut D,
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D, ) -> Result<With<T, W>, <D as Fallible>::Error>
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
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>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
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)
&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)
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.§impl<T> DowncastSync for T
impl<T> DowncastSync for T
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<T> FmtForward for T
impl<T> FmtForward for T
§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
self
to use its Binary
implementation when Debug
-formatted.§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
self
to use its Display
implementation when
Debug
-formatted.§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
self
to use its LowerExp
implementation when
Debug
-formatted.§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
self
to use its LowerHex
implementation when
Debug
-formatted.§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
self
to use its Octal
implementation when Debug
-formatted.§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
self
to use its Pointer
implementation when
Debug
-formatted.§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
self
to use its UpperExp
implementation when
Debug
-formatted.§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
self
to use its UpperHex
implementation when
Debug
-formatted.§fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
§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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> IsType<T> for T
impl<T> IsType<T> for T
§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
§impl<T> KeyedVec for Twhere
T: Codec,
impl<T> KeyedVec for Twhere
T: Codec,
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self
and passes that borrow into the pipe function. Read more§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self
and passes that borrow into the pipe function. Read more§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self
, then passes self.as_ref()
into the pipe function.§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self
, then passes self.as_mut()
into the pipe
function.§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self
, then passes self.deref()
into the pipe function.§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>,
T
. Read more§impl<T> Tap for T
impl<T> Tap for T
§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B>
of a value. Read more§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B>
of a value. Read more§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R>
view of a value. Read more§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R>
view of a value. Read more§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target
of a value. Read more§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target
of a value. Read more§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap()
only in debug builds, and is erased in release builds.§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut()
only in debug builds, and is erased in release
builds.§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow()
only in debug builds, and is erased in release
builds.§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut()
only in debug builds, and is erased in release
builds.§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref()
only in debug builds, and is erased in release
builds.§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut()
only in debug builds, and is erased in release
builds.§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref()
only in debug builds, and is erased in release
builds.§impl<T> TryConv for T
impl<T> TryConv for T
§impl<T, U> TryIntoKey<U> for Twhere
U: TryFromKey<T>,
impl<T, U> TryIntoKey<U> for Twhere
U: TryFromKey<T>,
type Error = <U as TryFromKey<T>>::Error
fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>
§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
unchecked_from
.§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
T
.