pub struct Input { /* private fields */ }
Expand description
Implementations§
Source§impl Input
impl Input
Sourcepub fn new_without_raw() -> Self
pub fn new_without_raw() -> Self
Creates a new Input
instance without creating a
RawGuard
instance.
Sourcepub fn take_raw_guard(&mut self) -> Option<RawGuard>
pub fn take_raw_guard(&mut self) -> Option<RawGuard>
Sourcepub fn parse_utf8(&mut self, parse: bool)
pub fn parse_utf8(&mut self, parse: bool)
Sourcepub fn parse_ctrl(&mut self, parse: bool)
pub fn parse_ctrl(&mut self, parse: bool)
Sourcepub fn parse_meta(&mut self, parse: bool)
pub fn parse_meta(&mut self, parse: bool)
Sourcepub fn parse_special_keys(&mut self, parse: bool)
pub fn parse_special_keys(&mut self, parse: bool)
Sourcepub fn parse_single(&mut self, parse: bool)
pub fn parse_single(&mut self, parse: bool)
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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