pub enum MorseUnit {
Dot,
Line,
Whitespace,
}
Expand description
§Units of Morse Code.
Variants§
Trait Implementations§
impl StructuralPartialEq for MorseUnit
Auto Trait Implementations§
impl Freeze for MorseUnit
impl RefUnwindSafe for MorseUnit
impl Send for MorseUnit
impl Sync for MorseUnit
impl Unpin for MorseUnit
impl UnwindSafe for MorseUnit
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