pub enum FloatKind {
Single,
Double,
}Expand description
A ^ / ^^ float prefix attaching to the next open-element. ^ floats to
where the element is allowed; ^^ additionally closes intervening open
elements if possible (Perl Compiler.pm float_type 1 vs 2). Counts ≥2 collapse
to Double (counts ≥3 never occur in practice).
Variants§
Trait Implementations§
impl Copy for FloatKind
impl Eq for FloatKind
impl StructuralPartialEq for FloatKind
Auto Trait Implementations§
impl Freeze for FloatKind
impl RefUnwindSafe for FloatKind
impl Send for FloatKind
impl Sync for FloatKind
impl Unpin for FloatKind
impl UnsafeUnpin for FloatKind
impl UnwindSafe for FloatKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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