pub struct NposSolution32 {Show 32 fields
pub votes1: Vec<(u32, u16)>,
pub votes2: Vec<(u32, [(u16, PerU16); 1], u16)>,
pub votes3: Vec<(u32, [(u16, PerU16); 2], u16)>,
pub votes4: Vec<(u32, [(u16, PerU16); 3], u16)>,
pub votes5: Vec<(u32, [(u16, PerU16); 4], u16)>,
pub votes6: Vec<(u32, [(u16, PerU16); 5], u16)>,
pub votes7: Vec<(u32, [(u16, PerU16); 6], u16)>,
pub votes8: Vec<(u32, [(u16, PerU16); 7], u16)>,
pub votes9: Vec<(u32, [(u16, PerU16); 8], u16)>,
pub votes10: Vec<(u32, [(u16, PerU16); 9], u16)>,
pub votes11: Vec<(u32, [(u16, PerU16); 10], u16)>,
pub votes12: Vec<(u32, [(u16, PerU16); 11], u16)>,
pub votes13: Vec<(u32, [(u16, PerU16); 12], u16)>,
pub votes14: Vec<(u32, [(u16, PerU16); 13], u16)>,
pub votes15: Vec<(u32, [(u16, PerU16); 14], u16)>,
pub votes16: Vec<(u32, [(u16, PerU16); 15], u16)>,
pub votes17: Vec<(u32, [(u16, PerU16); 16], u16)>,
pub votes18: Vec<(u32, [(u16, PerU16); 17], u16)>,
pub votes19: Vec<(u32, [(u16, PerU16); 18], u16)>,
pub votes20: Vec<(u32, [(u16, PerU16); 19], u16)>,
pub votes21: Vec<(u32, [(u16, PerU16); 20], u16)>,
pub votes22: Vec<(u32, [(u16, PerU16); 21], u16)>,
pub votes23: Vec<(u32, [(u16, PerU16); 22], u16)>,
pub votes24: Vec<(u32, [(u16, PerU16); 23], u16)>,
pub votes25: Vec<(u32, [(u16, PerU16); 24], u16)>,
pub votes26: Vec<(u32, [(u16, PerU16); 25], u16)>,
pub votes27: Vec<(u32, [(u16, PerU16); 26], u16)>,
pub votes28: Vec<(u32, [(u16, PerU16); 27], u16)>,
pub votes29: Vec<(u32, [(u16, PerU16); 28], u16)>,
pub votes30: Vec<(u32, [(u16, PerU16); 29], u16)>,
pub votes31: Vec<(u32, [(u16, PerU16); 30], u16)>,
pub votes32: Vec<(u32, [(u16, PerU16); 31], u16)>,
}
Fields§
§votes1: Vec<(u32, u16)>
§votes2: Vec<(u32, [(u16, PerU16); 1], u16)>
§votes3: Vec<(u32, [(u16, PerU16); 2], u16)>
§votes4: Vec<(u32, [(u16, PerU16); 3], u16)>
§votes5: Vec<(u32, [(u16, PerU16); 4], u16)>
§votes6: Vec<(u32, [(u16, PerU16); 5], u16)>
§votes7: Vec<(u32, [(u16, PerU16); 6], u16)>
§votes8: Vec<(u32, [(u16, PerU16); 7], u16)>
§votes9: Vec<(u32, [(u16, PerU16); 8], u16)>
§votes10: Vec<(u32, [(u16, PerU16); 9], u16)>
§votes11: Vec<(u32, [(u16, PerU16); 10], u16)>
§votes12: Vec<(u32, [(u16, PerU16); 11], u16)>
§votes13: Vec<(u32, [(u16, PerU16); 12], u16)>
§votes14: Vec<(u32, [(u16, PerU16); 13], u16)>
§votes15: Vec<(u32, [(u16, PerU16); 14], u16)>
§votes16: Vec<(u32, [(u16, PerU16); 15], u16)>
§votes17: Vec<(u32, [(u16, PerU16); 16], u16)>
§votes18: Vec<(u32, [(u16, PerU16); 17], u16)>
§votes19: Vec<(u32, [(u16, PerU16); 18], u16)>
§votes20: Vec<(u32, [(u16, PerU16); 19], u16)>
§votes21: Vec<(u32, [(u16, PerU16); 20], u16)>
§votes22: Vec<(u32, [(u16, PerU16); 21], u16)>
§votes23: Vec<(u32, [(u16, PerU16); 22], u16)>
§votes24: Vec<(u32, [(u16, PerU16); 23], u16)>
§votes25: Vec<(u32, [(u16, PerU16); 24], u16)>
§votes26: Vec<(u32, [(u16, PerU16); 25], u16)>
§votes27: Vec<(u32, [(u16, PerU16); 26], u16)>
§votes28: Vec<(u32, [(u16, PerU16); 27], u16)>
§votes29: Vec<(u32, [(u16, PerU16); 28], u16)>
§votes30: Vec<(u32, [(u16, PerU16); 29], u16)>
§votes31: Vec<(u32, [(u16, PerU16); 30], u16)>
§votes32: Vec<(u32, [(u16, PerU16); 31], u16)>
Trait Implementations§
Source§impl Clone for NposSolution32
impl Clone for NposSolution32
Source§fn clone(&self) -> NposSolution32
fn clone(&self) -> NposSolution32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NposSolution32
impl Debug for NposSolution32
Source§impl Decode for NposSolution32
impl Decode for NposSolution32
Source§fn decode<I: Input>(value: &mut I) -> Result<Self, Error>
fn decode<I: Input>(value: &mut I) -> 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 Default for NposSolution32
impl Default for NposSolution32
Source§fn default() -> NposSolution32
fn default() -> NposSolution32
Returns the “default value” for a type. Read more
Source§impl Encode for NposSolution32
impl Encode for NposSolution32
§fn encode_to<T>(&self, dest: &mut T)where
T: Output + ?Sized,
fn encode_to<T>(&self, dest: &mut T)where
T: Output + ?Sized,
Convert self to a slice and append it to the destination.
§fn using_encoded<R, F>(&self, f: F) -> R
fn using_encoded<R, F>(&self, f: F) -> 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 MaxEncodedLen for NposSolution32
impl MaxEncodedLen for NposSolution32
Source§fn max_encoded_len() -> usize
fn max_encoded_len() -> usize
Upper bound, in bytes, of the maximum encoded size of this item.
Source§impl NposSolution for NposSolution32
impl NposSolution for NposSolution32
Source§type VoterIndex = u32
type VoterIndex = u32
The voter type. Needs to be an index (convert to usize).
Source§type TargetIndex = u16
type TargetIndex = u16
The target type. Needs to be an index (convert to usize).
Source§fn remove_voter(&mut self, to_remove: Self::VoterIndex) -> bool
fn remove_voter(&mut self, to_remove: Self::VoterIndex) -> bool
Remove a certain voter. Read more
Source§fn from_assignment<FV, FT, A>(
assignments: &[Assignment<A, PerU16>],
voter_index: FV,
target_index: FT,
) -> Result<Self, Error>
fn from_assignment<FV, FT, A>( assignments: &[Assignment<A, PerU16>], voter_index: FV, target_index: FT, ) -> Result<Self, Error>
Build self from a list of assignments.
Source§fn into_assignment<A: IdentifierT>(
self,
voter_at: impl Fn(Self::VoterIndex) -> Option<A>,
target_at: impl Fn(Self::TargetIndex) -> Option<A>,
) -> Result<Vec<Assignment<A, PerU16>>, Error>
fn into_assignment<A: IdentifierT>( self, voter_at: impl Fn(Self::VoterIndex) -> Option<A>, target_at: impl Fn(Self::TargetIndex) -> Option<A>, ) -> Result<Vec<Assignment<A, PerU16>>, Error>
Convert self into a
Vec<Assignment<A, Self::Accuracy>>
Source§fn voter_count(&self) -> usize
fn voter_count(&self) -> usize
Get the length of all the voters that this type is encoding. Read more
Source§fn edge_count(&self) -> usize
fn edge_count(&self) -> usize
Get the total count of edges. Read more
Source§fn unique_targets(&self) -> Vec<Self::TargetIndex>
fn unique_targets(&self) -> Vec<Self::TargetIndex>
Get the number of unique targets in the whole struct. Read more
Source§fn sort<F>(&mut self, voter_stake: F)where
F: FnMut(&Self::VoterIndex) -> VoteWeight,
fn sort<F>(&mut self, voter_stake: F)where
F: FnMut(&Self::VoterIndex) -> VoteWeight,
Sort self by the means of the given function. Read more
Source§fn remove_weakest_sorted<F>(
&mut self,
voter_stake: F,
) -> Option<Self::VoterIndex>where
F: FnMut(&Self::VoterIndex) -> VoteWeight,
fn remove_weakest_sorted<F>(
&mut self,
voter_stake: F,
) -> Option<Self::VoterIndex>where
F: FnMut(&Self::VoterIndex) -> VoteWeight,
Remove the least staked voter. Read more
Source§fn corrupt(&mut self)
fn corrupt(&mut self)
Make this solution corrupt. This should set the index of a voter to
Bounded::max_value()
. Read more§fn average_edge_count(&self) -> usize
fn average_edge_count(&self) -> usize
Get the average edge count.
Source§impl Ord for NposSolution32
impl Ord for NposSolution32
Source§fn cmp(&self, other: &NposSolution32) -> Ordering
fn cmp(&self, other: &NposSolution32) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NposSolution32
impl PartialEq for NposSolution32
Source§impl PartialOrd for NposSolution32
impl PartialOrd for NposSolution32
Source§impl<'a> TryFrom<&'a [IndexAssignment<<NposSolution32 as NposSolution>::VoterIndex, <NposSolution32 as NposSolution>::TargetIndex, <NposSolution32 as NposSolution>::Accuracy>]> for NposSolution32
impl<'a> TryFrom<&'a [IndexAssignment<<NposSolution32 as NposSolution>::VoterIndex, <NposSolution32 as NposSolution>::TargetIndex, <NposSolution32 as NposSolution>::Accuracy>]> for NposSolution32
Source§fn try_from(
index_assignments: &'a [IndexAssignment<<NposSolution32 as NposSolution>::VoterIndex, <NposSolution32 as NposSolution>::TargetIndex, <NposSolution32 as NposSolution>::Accuracy>],
) -> Result<Self, Self::Error>
fn try_from( index_assignments: &'a [IndexAssignment<<NposSolution32 as NposSolution>::VoterIndex, <NposSolution32 as NposSolution>::TargetIndex, <NposSolution32 as NposSolution>::Accuracy>], ) -> Result<Self, Self::Error>
Performs the conversion.
Source§impl TypeInfo for NposSolution32
impl TypeInfo for NposSolution32
impl DecodeWithMemTracking for NposSolution32
impl EncodeLike for NposSolution32
A struct to encode a election assignment in a compact way.
impl Eq for NposSolution32
impl StructuralPartialEq for NposSolution32
Auto Trait Implementations§
impl Freeze for NposSolution32
impl RefUnwindSafe for NposSolution32
impl Send for NposSolution32
impl Sync for NposSolution32
impl Unpin for NposSolution32
impl UnwindSafe for NposSolution32
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
§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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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>
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> DecodeWithMemLimit for Twhere
T: DecodeWithMemTracking,
impl<T> DecodeWithMemLimit for Twhere
T: DecodeWithMemTracking,
§impl<T> DefensiveMax<T> for Twhere
T: PartialOrd,
impl<T> DefensiveMax<T> for Twhere
T: PartialOrd,
§fn defensive_max(self, other: T) -> T
fn defensive_max(self, other: T) -> T
§fn defensive_strict_max(self, other: T) -> T
fn defensive_strict_max(self, other: T) -> T
§impl<T> DefensiveMin<T> for Twhere
T: PartialOrd,
impl<T> DefensiveMin<T> for Twhere
T: PartialOrd,
§fn defensive_min(self, other: T) -> T
fn defensive_min(self, other: T) -> T
§fn defensive_strict_min(self, other: T) -> T
fn defensive_strict_min(self, other: T) -> T
§impl<T> EncodeAs<T> for Twhere
T: Encode,
impl<T> EncodeAs<T> for Twhere
T: Encode,
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
Compare self to
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
Checks if this value is equivalent to the given key. Read more
§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
Checks if this value is equivalent to the given key. Read more
§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
Compare self to
key
and return true
if they are equal.§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,
Causes
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,
Causes
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,
Causes
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,
Causes
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,
Causes
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,
Causes
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,
Causes
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,
Causes
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,
Formats each item in a sequence. Read more
§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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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>
Converts
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>
Converts
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<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
fn into_tuple(self) -> Dest
§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> 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,
Pipes by value. This is generally the method you want to use. Read more
§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,
Borrows
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,
Mutably borrows
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
Borrows
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
Mutably borrows
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
Borrows
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>,
Consume self to return an equivalent value of
T
. Read more§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.§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
Immutable access to the
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
Mutable access to the
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
Immutable access to the
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
Mutable access to the
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
Immutable access to the
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
Mutable access to the
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
Calls
.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
Calls
.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
Calls
.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
Calls
.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
Calls
.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
Calls
.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
Calls
.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
The counterpart to
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
Consume self to return an equivalent value of
T
.