Struct ya_client_model::activity::exe_script_command::Capture
source · [−]pub struct Capture {
pub stdout: Option<CaptureMode>,
pub stderr: Option<CaptureMode>,
}Fields
stdout: Option<CaptureMode>stderr: Option<CaptureMode>Trait Implementations
sourceimpl<'de> Deserialize<'de> for Capture
impl<'de> Deserialize<'de> for Capture
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Capture> for Capture
impl PartialEq<Capture> for Capture
impl StructuralPartialEq for Capture
Auto Trait Implementations
impl RefUnwindSafe for Capture
impl Send for Capture
impl Sync for Capture
impl Unpin for Capture
impl UnwindSafe for Capture
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more