pub struct ShellResponse {
pub status: i32,
pub body: String,
}
Fields§
§status: i32
§body: String
Implementations§
Source§impl ShellResponse
impl ShellResponse
pub fn builder() -> ShellResponseBuilder
Trait Implementations§
Source§impl Clone for ShellResponse
impl Clone for ShellResponse
Source§fn clone(&self) -> ShellResponse
fn clone(&self) -> ShellResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ShellResponse
impl RefUnwindSafe for ShellResponse
impl Send for ShellResponse
impl Sync for ShellResponse
impl Unpin for ShellResponse
impl UnwindSafe for ShellResponse
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