pub struct ShellHandle {
pub shell_id: String,
}Expand description
The synthetic shell id returned by open_shell (shell-N, NOT a pid).
Fields§
§shell_id: StringTrait Implementations§
Source§impl Clone for ShellHandle
impl Clone for ShellHandle
Source§fn clone(&self) -> ShellHandle
fn clone(&self) -> ShellHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellHandle
impl Debug for ShellHandle
impl Eq for ShellHandle
Source§impl PartialEq for ShellHandle
impl PartialEq for ShellHandle
Source§fn eq(&self, other: &ShellHandle) -> bool
fn eq(&self, other: &ShellHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ShellHandle
Auto Trait Implementations§
impl Freeze for ShellHandle
impl RefUnwindSafe for ShellHandle
impl Send for ShellHandle
impl Sync for ShellHandle
impl Unpin for ShellHandle
impl UnsafeUnpin for ShellHandle
impl UnwindSafe for ShellHandle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.