[−][src]Struct cursive::views::DebugView
View used for debugging, showing logs.
Implementations
impl DebugView[src]
Trait Implementations
impl Default for DebugView[src]
impl View for DebugView[src]
fn draw(&self, printer: &Printer)[src]
fn required_size(&mut self, _constraint: Vec2) -> Vec2[src]
fn layout(&mut self, _size: Vec2)[src]
fn needs_relayout(&self) -> bool[src]
fn on_event(&mut self, _: Event) -> EventResult[src]
fn call_on_any<'a>(&mut self, _: &Selector, _: AnyCb<'a>)[src]
fn focus_view(&mut self, _: &Selector) -> Result<(), ()>[src]
fn take_focus(&mut self, source: Direction) -> bool[src]
fn important_area(&self, view_size: Vec2) -> Rect[src]
Auto Trait Implementations
impl RefUnwindSafe for DebugView
impl Send for DebugView
impl Sync for DebugView
impl Unpin for DebugView
impl UnwindSafe for DebugView
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Erased for T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,