pub enum StringKeeperMode {
Cut,
Keep,
}
Variants§
Trait Implementations§
Source§impl Clone for StringKeeperMode
impl Clone for StringKeeperMode
Source§fn clone(&self) -> StringKeeperMode
fn clone(&self) -> StringKeeperMode
Returns a copy 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 StringKeeperMode
impl Debug for StringKeeperMode
Source§impl Ord for StringKeeperMode
impl Ord for StringKeeperMode
Source§fn cmp(&self, other: &StringKeeperMode) -> Ordering
fn cmp(&self, other: &StringKeeperMode) -> 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 PartialEq for StringKeeperMode
impl PartialEq for StringKeeperMode
Source§impl PartialOrd for StringKeeperMode
impl PartialOrd for StringKeeperMode
impl Eq for StringKeeperMode
impl StructuralPartialEq for StringKeeperMode
Auto Trait Implementations§
impl Freeze for StringKeeperMode
impl RefUnwindSafe for StringKeeperMode
impl Send for StringKeeperMode
impl Sync for StringKeeperMode
impl Unpin for StringKeeperMode
impl UnwindSafe for StringKeeperMode
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