Struct tty_interface::segment::SegmentId
source · [−]pub struct SegmentId(_);
Expand description
A unique segment identifier.
Trait Implementations
impl Copy for SegmentId
impl Eq for SegmentId
impl StructuralEq for SegmentId
impl StructuralPartialEq for SegmentId
Auto Trait Implementations
impl RefUnwindSafe for SegmentId
impl Send for SegmentId
impl Sync for SegmentId
impl Unpin for SegmentId
impl UnwindSafe for SegmentId
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