Struct tty_interface::line::LineId
source · [−]pub struct LineId(_);Expand description
A unique line identifier.
Trait Implementations
impl Copy for LineId
impl Eq for LineId
impl StructuralEq for LineId
impl StructuralPartialEq for LineId
Auto Trait Implementations
impl RefUnwindSafe for LineId
impl Send for LineId
impl Sync for LineId
impl Unpin for LineId
impl UnwindSafe for LineId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more