pub struct SequenceSet(pub NonEmptyVec<Sequence>);

Tuple Fields§

§0: NonEmptyVec<Sequence>

Implementations§

source§

impl<'a> SequenceSet

source

pub fn iter( &'a self, strategy: Strategy ) -> impl Iterator<Item = NonZeroU32> + 'a

Trait Implementations§

source§

impl<'arbitrary> Arbitrary<'arbitrary> for SequenceSet

source§

fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<SequenceSet, Error>

Generate an arbitrary value of Self from the given unstructured data. Read more
source§

fn arbitrary_take_rest( u: Unstructured<'arbitrary> ) -> Result<SequenceSet, Error>

Generate an arbitrary value of Self from the entirety of the given unstructured data. Read more
source§

fn size_hint(depth: usize) -> (usize, Option<usize>)

Get a size hint for how many bytes out of an Unstructured this type needs to construct itself. Read more
source§

impl Clone for SequenceSet

source§

fn clone(&self) -> SequenceSet

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SequenceSet

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SequenceSet

source§

fn deserialize<__D>( __deserializer: __D ) -> Result<SequenceSet, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<NonZeroU32> for SequenceSet

source§

fn from(value: NonZeroU32) -> SequenceSet

Converts to this type from the input type.
source§

impl From<RangeFrom<NonZeroU32>> for SequenceSet

source§

fn from(value: RangeFrom<NonZeroU32>) -> SequenceSet

Converts to this type from the input type.
source§

impl From<RangeFull> for SequenceSet

source§

fn from(value: RangeFull) -> SequenceSet

Converts to this type from the input type.
source§

impl From<RangeInclusive<NonZeroU32>> for SequenceSet

source§

fn from(value: RangeInclusive<NonZeroU32>) -> SequenceSet

Converts to this type from the input type.
source§

impl From<RangeToInclusive<NonZeroU32>> for SequenceSet

source§

fn from(value: RangeToInclusive<NonZeroU32>) -> SequenceSet

Converts to this type from the input type.
source§

impl From<SeqOrUid> for SequenceSet

source§

fn from(value: SeqOrUid) -> SequenceSet

Converts to this type from the input type.
source§

impl From<Sequence> for SequenceSet

source§

fn from(sequence: Sequence) -> SequenceSet

Converts to this type from the input type.
source§

impl FromStr for SequenceSet

§

type Err = SequenceSetError

The associated error which can be returned from parsing.
source§

fn from_str(value: &str) -> Result<SequenceSet, <SequenceSet as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for SequenceSet

source§

fn hash<__H>(&self, state: &mut __H)where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl IntoBoundedStatic for SequenceSet

§

type Static = SequenceSet

The target type is bounded by the 'static lifetime.
source§

fn into_static(self) -> <SequenceSet as IntoBoundedStatic>::Static

Convert an owned T into an owned T such that T: 'static.
source§

impl PartialEq<SequenceSet> for SequenceSet

source§

fn eq(&self, other: &SequenceSet) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for SequenceSet

source§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBoundedStatic for SequenceSet

§

type Static = SequenceSet

The target type is bounded by the 'static lifetime.
source§

fn to_static(&self) -> <SequenceSet as ToBoundedStatic>::Static

Convert an &T to an owned T such that T: 'static.
source§

impl TryFrom<&[i16]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[i16] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[i16]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[i32]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[i32] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[i32]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[i64]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[i64] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[i64]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[i8]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[i8] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[i8]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[isize]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[isize] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[isize]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[u16]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[u16] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[u16]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[u32]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[u32] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[u32]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[u64]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[u64] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[u64]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[u8]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[u8] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[u8]>>::Error>

Performs the conversion.
source§

impl TryFrom<&[usize]> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( values: &[usize] ) -> Result<SequenceSet, <SequenceSet as TryFrom<&[usize]>>::Error>

Performs the conversion.
source§

impl TryFrom<&str> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: &str ) -> Result<SequenceSet, <SequenceSet as TryFrom<&str>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<NonZeroU32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: Range<NonZeroU32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<NonZeroU32>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<i16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<i16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<i16>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<i32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<i32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<i32>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<i64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<i64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<i64>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<i8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<i8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<i8>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<isize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<isize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<isize>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<u16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<u16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<u16>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<u32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<u32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<u32>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<u64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<u64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<u64>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<u8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<u8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<u8>>>::Error>

Performs the conversion.
source§

impl TryFrom<Range<usize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: Range<usize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Range<usize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<i16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<i16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<i16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<i32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<i32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<i32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<i64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<i64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<i64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<i8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<i8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<i8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<isize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<isize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<isize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<u16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<u16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<u16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<u32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<u32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<u32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<u64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<u64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<u64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<u8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<u8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<u8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeFrom<usize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeFrom<usize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeFrom<usize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<i16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<i16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<i16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<i32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<i32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<i32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<i64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<i64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<i64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<i8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<i8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<i8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<isize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<isize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<isize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<u16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<u16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<u16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<u32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<u32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<u32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<u64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<u64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<u64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<u8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<u8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<u8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeInclusive<usize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeInclusive<usize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeInclusive<usize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<NonZeroU32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: RangeTo<NonZeroU32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<NonZeroU32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<i16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<i16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<i16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<i32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<i32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<i32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<i64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<i64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<i64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<i8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<i8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<i8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<isize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<isize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<isize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<u16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<u16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<u16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<u32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<u32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<u32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<u64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<u64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<u64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<u8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<u8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<u8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeTo<usize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeTo<usize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeTo<usize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<i16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<i16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<i16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<i32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<i32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<i32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<i64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<i64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<i64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<i8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<i8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<i8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<isize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<isize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<isize>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<u16>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<u16> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<u16>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<u32>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<u32> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<u32>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<u64>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<u64> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<u64>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<u8>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<u8> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<u8>>>::Error>

Performs the conversion.
source§

impl TryFrom<RangeToInclusive<usize>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( range: RangeToInclusive<usize> ) -> Result<SequenceSet, <SequenceSet as TryFrom<RangeToInclusive<usize>>>::Error>

Performs the conversion.
source§

impl TryFrom<Vec<NonZeroU32, Global>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( sequences: Vec<NonZeroU32, Global> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Vec<NonZeroU32, Global>>>::Error>

Performs the conversion.
source§

impl TryFrom<Vec<Sequence, Global>> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( sequences: Vec<Sequence, Global> ) -> Result<SequenceSet, <SequenceSet as TryFrom<Vec<Sequence, Global>>>::Error>

Performs the conversion.
source§

impl TryFrom<i16> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: i16 ) -> Result<SequenceSet, <SequenceSet as TryFrom<i16>>::Error>

Performs the conversion.
source§

impl TryFrom<i32> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: i32 ) -> Result<SequenceSet, <SequenceSet as TryFrom<i32>>::Error>

Performs the conversion.
source§

impl TryFrom<i64> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: i64 ) -> Result<SequenceSet, <SequenceSet as TryFrom<i64>>::Error>

Performs the conversion.
source§

impl TryFrom<i8> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: i8 ) -> Result<SequenceSet, <SequenceSet as TryFrom<i8>>::Error>

Performs the conversion.
source§

impl TryFrom<isize> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: isize ) -> Result<SequenceSet, <SequenceSet as TryFrom<isize>>::Error>

Performs the conversion.
source§

impl TryFrom<u16> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: u16 ) -> Result<SequenceSet, <SequenceSet as TryFrom<u16>>::Error>

Performs the conversion.
source§

impl TryFrom<u32> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: u32 ) -> Result<SequenceSet, <SequenceSet as TryFrom<u32>>::Error>

Performs the conversion.
source§

impl TryFrom<u64> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: u64 ) -> Result<SequenceSet, <SequenceSet as TryFrom<u64>>::Error>

Performs the conversion.
source§

impl TryFrom<u8> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: u8 ) -> Result<SequenceSet, <SequenceSet as TryFrom<u8>>::Error>

Performs the conversion.
source§

impl TryFrom<usize> for SequenceSet

§

type Error = SequenceSetError

The type returned in the event of a conversion error.
source§

fn try_from( value: usize ) -> Result<SequenceSet, <SequenceSet as TryFrom<usize>>::Error>

Performs the conversion.
source§

impl Eq for SequenceSet

source§

impl StructuralEq for SequenceSet

source§

impl StructuralPartialEq for SequenceSet

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> Encode for Twhere T: Encoder,

source§

fn encode(&self) -> Encoded

Create an Encoded for this message.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,