pub struct ExplorerInputChar {
pub c: char,
}Expand description
Insert character in input mode
Fields§
§c: charImplementations§
Trait Implementations§
Source§impl Clone for ExplorerInputChar
impl Clone for ExplorerInputChar
Source§fn clone(&self) -> ExplorerInputChar
fn clone(&self) -> ExplorerInputChar
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 ExplorerInputChar
impl Debug for ExplorerInputChar
Source§impl Event for ExplorerInputChar
impl Event for ExplorerInputChar
impl Copy for ExplorerInputChar
Auto Trait Implementations§
impl Freeze for ExplorerInputChar
impl RefUnwindSafe for ExplorerInputChar
impl Send for ExplorerInputChar
impl Sync for ExplorerInputChar
impl Unpin for ExplorerInputChar
impl UnwindSafe for ExplorerInputChar
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