pub enum BrailleMode {
None,
Mixed,
All,
}Variants§
Trait Implementations§
Source§impl Clone for BrailleMode
impl Clone for BrailleMode
Source§fn clone(&self) -> BrailleMode
fn clone(&self) -> BrailleMode
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 BrailleMode
impl Debug for BrailleMode
Source§impl PartialEq for BrailleMode
impl PartialEq for BrailleMode
impl Copy for BrailleMode
impl Eq for BrailleMode
impl StructuralPartialEq for BrailleMode
Auto Trait Implementations§
impl Freeze for BrailleMode
impl RefUnwindSafe for BrailleMode
impl Send for BrailleMode
impl Sync for BrailleMode
impl Unpin for BrailleMode
impl UnwindSafe for BrailleMode
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