pub enum ScrubCase {
None,
Lower,
}Variants§
Trait Implementations§
impl Copy for ScrubCase
impl Eq for ScrubCase
impl StructuralPartialEq for ScrubCase
Auto Trait Implementations§
impl Freeze for ScrubCase
impl RefUnwindSafe for ScrubCase
impl Send for ScrubCase
impl Sync for ScrubCase
impl Unpin for ScrubCase
impl UnsafeUnpin for ScrubCase
impl UnwindSafe for ScrubCase
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