pub struct AmbientShellOptions {
pub errexit: bool,
pub pipefail: bool,
}Expand description
Linter configuration and per-file ignore types.
Fields§
§errexit: bool§pipefail: boolTrait Implementations§
Source§impl Clone for AmbientShellOptions
impl Clone for AmbientShellOptions
Source§fn clone(&self) -> AmbientShellOptions
fn clone(&self) -> AmbientShellOptions
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 moreimpl Copy for AmbientShellOptions
Source§impl Debug for AmbientShellOptions
impl Debug for AmbientShellOptions
Source§impl Default for AmbientShellOptions
impl Default for AmbientShellOptions
Source§fn default() -> AmbientShellOptions
fn default() -> AmbientShellOptions
Returns the “default value” for a type. Read more
impl Eq for AmbientShellOptions
Source§impl PartialEq for AmbientShellOptions
impl PartialEq for AmbientShellOptions
impl StructuralPartialEq for AmbientShellOptions
Auto Trait Implementations§
impl Freeze for AmbientShellOptions
impl RefUnwindSafe for AmbientShellOptions
impl Send for AmbientShellOptions
impl Sync for AmbientShellOptions
impl Unpin for AmbientShellOptions
impl UnsafeUnpin for AmbientShellOptions
impl UnwindSafe for AmbientShellOptions
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