pub struct VerifyOptions {
pub start_path: Option<PathBuf>,
pub machine_contract_input: MachineContractInput,
pub action_audience: ActionAudience,
}Fields§
§start_path: Option<PathBuf>§machine_contract_input: MachineContractInput§action_audience: ActionAudienceImplementations§
Source§impl VerifyOptions
impl VerifyOptions
pub fn new() -> Self
pub fn with_start_path(self, start_path: impl Into<PathBuf>) -> Self
pub fn with_machine_contract_input(self, input: MachineContractInput) -> Self
pub fn with_action_audience(self, audience: ActionAudience) -> Self
Trait Implementations§
Source§impl Clone for VerifyOptions
impl Clone for VerifyOptions
Source§fn clone(&self) -> VerifyOptions
fn clone(&self) -> VerifyOptions
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 moreAuto Trait Implementations§
impl Freeze for VerifyOptions
impl RefUnwindSafe for VerifyOptions
impl Send for VerifyOptions
impl Sync for VerifyOptions
impl Unpin for VerifyOptions
impl UnsafeUnpin for VerifyOptions
impl UnwindSafe for VerifyOptions
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