pub struct RemowtShell {
pub id: ShellId,
pub stream: RemowtStream,
/* private fields */
}Fields§
§id: ShellId§stream: RemowtStreamImplementations§
Source§impl RemowtShell
impl RemowtShell
pub fn resizer(&self) -> RemowtShellResizer
Auto Trait Implementations§
impl !Freeze for RemowtShell
impl !RefUnwindSafe for RemowtShell
impl !UnwindSafe for RemowtShell
impl Send for RemowtShell
impl Sync for RemowtShell
impl Unpin for RemowtShell
impl UnsafeUnpin for RemowtShell
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