Struct nls_term_grid::Display
source · pub struct Display<'grid> { /* private fields */ }Expand description
The displayable represntation of Grid
Trait Implementations§
Auto Trait Implementations§
impl<'grid> Freeze for Display<'grid>
impl<'grid> RefUnwindSafe for Display<'grid>
impl<'grid> Send for Display<'grid>
impl<'grid> Sync for Display<'grid>
impl<'grid> Unpin for Display<'grid>
impl<'grid> UnwindSafe for Display<'grid>
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