Struct cursive_core::view::CannotFocus
source · pub struct CannotFocus;Expand description
Error indicating a view could not take focus.
Trait Implementations§
source§impl Debug for CannotFocus
impl Debug for CannotFocus
Auto Trait Implementations§
impl Freeze for CannotFocus
impl RefUnwindSafe for CannotFocus
impl Send for CannotFocus
impl Sync for CannotFocus
impl Unpin for CannotFocus
impl UnwindSafe for CannotFocus
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
source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moresource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more