pub struct MorseCodeParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MorseCodeParser
impl RefUnwindSafe for MorseCodeParser
impl Send for MorseCodeParser
impl Sync for MorseCodeParser
impl Unpin for MorseCodeParser
impl UnwindSafe for MorseCodeParser
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