pub struct TmuxPane { /* private fields */ }
Expand description
tmux pane
Trait Implementations§
Source§impl Ord for TmuxPane
impl Ord for TmuxPane
Source§impl PartialOrd for TmuxPane
impl PartialOrd for TmuxPane
impl Eq for TmuxPane
impl StructuralPartialEq for TmuxPane
Auto Trait Implementations§
impl Freeze for TmuxPane
impl RefUnwindSafe for TmuxPane
impl Send for TmuxPane
impl Sync for TmuxPane
impl Unpin for TmuxPane
impl UnwindSafe for TmuxPane
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