pub struct TextGrid;
Implementations§
Auto Trait Implementations§
impl Freeze for TextGrid
impl RefUnwindSafe for TextGrid
impl Send for TextGrid
impl Sync for TextGrid
impl Unpin for TextGrid
impl UnwindSafe for TextGrid
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