#[non_exhaustive]pub enum RdStripWhite {
None,
Trim,
All,
}Expand description
An Rd strip.white value.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for RdStripWhite
impl Clone for RdStripWhite
Source§fn clone(&self) -> RdStripWhite
fn clone(&self) -> RdStripWhite
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RdStripWhite
Source§impl Debug for RdStripWhite
impl Debug for RdStripWhite
impl Eq for RdStripWhite
Source§impl PartialEq for RdStripWhite
impl PartialEq for RdStripWhite
impl StructuralPartialEq for RdStripWhite
Auto Trait Implementations§
impl Freeze for RdStripWhite
impl RefUnwindSafe for RdStripWhite
impl Send for RdStripWhite
impl Sync for RdStripWhite
impl Unpin for RdStripWhite
impl UnsafeUnpin for RdStripWhite
impl UnwindSafe for RdStripWhite
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