pub enum MorseType {
ITU,
Morse,
Gerke,
}Variants§
Auto Trait Implementations§
impl Freeze for MorseType
impl RefUnwindSafe for MorseType
impl Send for MorseType
impl Sync for MorseType
impl Unpin for MorseType
impl UnwindSafe for MorseType
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