pub enum CountOption {
Char,
Word,
Line,
}
Expand description
count
で使用するオプション
Variants§
Trait Implementations§
Source§impl Clone for CountOption
impl Clone for CountOption
Source§fn clone(&self) -> CountOption
fn clone(&self) -> CountOption
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 Debug for CountOption
impl Debug for CountOption
Source§impl Default for CountOption
オプションのデフォルトは、word
。
impl Default for CountOption
オプションのデフォルトは、word
。
Source§impl Hash for CountOption
impl Hash for CountOption
Source§impl PartialEq for CountOption
impl PartialEq for CountOption
impl Copy for CountOption
impl Eq for CountOption
impl StructuralPartialEq for CountOption
Auto Trait Implementations§
impl Freeze for CountOption
impl RefUnwindSafe for CountOption
impl Send for CountOption
impl Sync for CountOption
impl Unpin for CountOption
impl UnwindSafe for CountOption
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