pub struct ShellBrocker(/* private fields */);
Implementations§
Methods from Deref<Target = ChannelBroker>§
Sourcepub fn exit_status(&self) -> SshResult<u32>
pub fn exit_status(&self) -> SshResult<u32>
https://datatracker.ietf.org/doc/html/rfc4254#section-6.10
Return the command execute status
Sourcepub fn terminate_msg(&self) -> SshResult<String>
pub fn terminate_msg(&self) -> SshResult<String>
https://datatracker.ietf.org/doc/html/rfc4254#section-6.10
Return the terminate message if the command excution was ‘killed’ by a signal
Trait Implementations§
Source§impl Deref for ShellBrocker
impl Deref for ShellBrocker
Auto Trait Implementations§
impl Freeze for ShellBrocker
impl RefUnwindSafe for ShellBrocker
impl Send for ShellBrocker
impl !Sync for ShellBrocker
impl Unpin for ShellBrocker
impl UnwindSafe for ShellBrocker
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