pub struct ITermBackend {}
Implementations§
Trait Implementations§
Source§impl Default for ITermBackend
impl Default for ITermBackend
Source§impl ImageBackend for ITermBackend
impl ImageBackend for ITermBackend
Auto Trait Implementations§
impl Freeze for ITermBackend
impl RefUnwindSafe for ITermBackend
impl Send for ITermBackend
impl Sync for ITermBackend
impl Unpin for ITermBackend
impl UnwindSafe for ITermBackend
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