pub struct Ls { /* private fields */ }Expand description
Represents the “ls” remote command: kitty @ ls
Implementations§
Trait Implementations§
Source§impl CommandOutput for Ls
impl CommandOutput for Ls
impl StructuralPartialEq for Ls
Auto Trait Implementations§
impl Freeze for Ls
impl RefUnwindSafe for Ls
impl Send for Ls
impl Sync for Ls
impl Unpin for Ls
impl UnwindSafe for Ls
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