pub struct CharDelimited<const C: char> {}
Expand description
A generic delimiter that uses a single character.
Implementations§
Trait Implementations§
Source§impl<const C: char> Clone for CharDelimited<C>
impl<const C: char> Clone for CharDelimited<C>
Source§fn clone(&self) -> CharDelimited<C>
fn clone(&self) -> CharDelimited<C>
Returns a duplicate 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<const C: char> Debug for CharDelimited<C>
impl<const C: char> Debug for CharDelimited<C>
Source§impl<const C: char> Default for CharDelimited<C>
impl<const C: char> Default for CharDelimited<C>
Source§fn default() -> CharDelimited<C>
fn default() -> CharDelimited<C>
Returns the “default value” for a type. Read more
Source§impl<const C: char> Framer for CharDelimited<C>
impl<const C: char> Framer for CharDelimited<C>
Source§impl<const C: char> Hash for CharDelimited<C>
impl<const C: char> Hash for CharDelimited<C>
Source§impl<const C: char> Ord for CharDelimited<C>
impl<const C: char> Ord for CharDelimited<C>
Source§fn cmp(&self, other: &CharDelimited<C>) -> Ordering
fn cmp(&self, other: &CharDelimited<C>) -> 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<const C: char> PartialEq for CharDelimited<C>
impl<const C: char> PartialEq for CharDelimited<C>
Source§impl<const C: char> PartialOrd for CharDelimited<C>
impl<const C: char> PartialOrd for CharDelimited<C>
impl<const C: char> Copy for CharDelimited<C>
impl<const C: char> Eq for CharDelimited<C>
impl<const C: char> StructuralPartialEq for CharDelimited<C>
Auto Trait Implementations§
impl<const C: char> Freeze for CharDelimited<C>
impl<const C: char> RefUnwindSafe for CharDelimited<C>
impl<const C: char> Send for CharDelimited<C>
impl<const C: char> Sync for CharDelimited<C>
impl<const C: char> Unpin for CharDelimited<C>
impl<const C: char> UnwindSafe for CharDelimited<C>
Blanket Implementations§
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