pub enum DefaultToken {
Default,
}
Expand description
A public default token for when you want an Rlex and don’t care to collect tokens
Variants§
Default
Trait Implementations§
Source§impl Clone for DefaultToken
impl Clone for DefaultToken
Source§fn clone(&self) -> DefaultToken
fn clone(&self) -> DefaultToken
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DefaultToken
impl Debug for DefaultToken
Source§impl PartialEq for DefaultToken
impl PartialEq for DefaultToken
impl Copy for DefaultToken
impl Eq for DefaultToken
impl StructuralPartialEq for DefaultToken
Auto Trait Implementations§
impl Freeze for DefaultToken
impl RefUnwindSafe for DefaultToken
impl Send for DefaultToken
impl Sync for DefaultToken
impl Unpin for DefaultToken
impl UnwindSafe for DefaultToken
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