[−][src]Struct weedle::common::PunctuatedNonEmpty
Parses item1, item2, item3, ...
Fields
list: Vec<T>
separator: S
Trait Implementations
impl<T: Clone, S: Clone> Clone for PunctuatedNonEmpty<T, S>
[src]
fn clone(&self) -> PunctuatedNonEmpty<T, S>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Debug, S: Debug> Debug for PunctuatedNonEmpty<T, S>
[src]
impl<T: Eq, S: Eq> Eq for PunctuatedNonEmpty<T, S>
[src]
impl<T: Hash, S: Hash> Hash for PunctuatedNonEmpty<T, S>
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<T: Ord, S: Ord> Ord for PunctuatedNonEmpty<T, S>
[src]
fn cmp(&self, other: &PunctuatedNonEmpty<T, S>) -> Ordering
[src]
#[must_use]
fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]
fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]
fn clamp(self, min: Self, max: Self) -> Self
[src]
impl<'a, T, S> Parse<'a> for PunctuatedNonEmpty<T, S> where
T: Parse<'a>,
S: Parse<'a> + Default,
[src]
T: Parse<'a>,
S: Parse<'a> + Default,
impl<T: PartialEq, S: PartialEq> PartialEq<PunctuatedNonEmpty<T, S>> for PunctuatedNonEmpty<T, S>
[src]
fn eq(&self, other: &PunctuatedNonEmpty<T, S>) -> bool
[src]
fn ne(&self, other: &PunctuatedNonEmpty<T, S>) -> bool
[src]
impl<T: PartialOrd, S: PartialOrd> PartialOrd<PunctuatedNonEmpty<T, S>> for PunctuatedNonEmpty<T, S>
[src]
fn partial_cmp(&self, other: &PunctuatedNonEmpty<T, S>) -> Option<Ordering>
[src]
fn lt(&self, other: &PunctuatedNonEmpty<T, S>) -> bool
[src]
fn le(&self, other: &PunctuatedNonEmpty<T, S>) -> bool
[src]
fn gt(&self, other: &PunctuatedNonEmpty<T, S>) -> bool
[src]
fn ge(&self, other: &PunctuatedNonEmpty<T, S>) -> bool
[src]
impl<T, S> StructuralEq for PunctuatedNonEmpty<T, S>
[src]
impl<T, S> StructuralPartialEq for PunctuatedNonEmpty<T, S>
[src]
Auto Trait Implementations
impl<T, S> RefUnwindSafe for PunctuatedNonEmpty<T, S> where
S: RefUnwindSafe,
T: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for PunctuatedNonEmpty<T, S> where
S: Send,
T: Send,
S: Send,
T: Send,
impl<T, S> Sync for PunctuatedNonEmpty<T, S> where
S: Sync,
T: Sync,
S: Sync,
T: Sync,
impl<T, S> Unpin for PunctuatedNonEmpty<T, S> where
S: Unpin,
T: Unpin,
S: Unpin,
T: Unpin,
impl<T, S> UnwindSafe for PunctuatedNonEmpty<T, S> where
S: UnwindSafe,
T: UnwindSafe,
S: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,