pub struct AllowOutput {}Expand description
Empty output to allow command execution.
Trait Implementations§
Source§impl Clone for AllowOutput
impl Clone for AllowOutput
Source§fn clone(&self) -> AllowOutput
fn clone(&self) -> AllowOutput
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 AllowOutput
impl Debug for AllowOutput
Source§impl Default for AllowOutput
impl Default for AllowOutput
Source§fn default() -> AllowOutput
fn default() -> AllowOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllowOutput
impl RefUnwindSafe for AllowOutput
impl Send for AllowOutput
impl Sync for AllowOutput
impl Unpin for AllowOutput
impl UnsafeUnpin for AllowOutput
impl UnwindSafe for AllowOutput
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