pub struct AtpOptions {
pub path: Option<String>,
pub args: Vec<String>,
pub name: Option<String>,
pub timeout_ms: u64,
}Expand description
Configured external ATP invocation for the (by atp) tactic.
Fields§
§path: Option<String>§args: Vec<String>§name: Option<String>§timeout_ms: u64Trait Implementations§
Source§impl Clone for AtpOptions
impl Clone for AtpOptions
Source§fn clone(&self) -> AtpOptions
fn clone(&self) -> AtpOptions
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 moreSource§impl Debug for AtpOptions
impl Debug for AtpOptions
Source§impl Default for AtpOptions
impl Default for AtpOptions
Source§impl PartialEq for AtpOptions
impl PartialEq for AtpOptions
impl Eq for AtpOptions
impl StructuralPartialEq for AtpOptions
Auto Trait Implementations§
impl Freeze for AtpOptions
impl RefUnwindSafe for AtpOptions
impl Send for AtpOptions
impl Sync for AtpOptions
impl Unpin for AtpOptions
impl UnsafeUnpin for AtpOptions
impl UnwindSafe for AtpOptions
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