pub struct ValidationRuleset {
pub validate_no_duplicate_blobs: bool,
pub validate_blob_refs: bool,
pub validate_bucket_proof_lock: bool,
pub validate_no_dangling_nodes: bool,
pub validate_dynamic_address_in_command_part: bool,
pub validate_resource_assertions: bool,
}
Fields§
§validate_no_duplicate_blobs: bool
§validate_blob_refs: bool
§validate_bucket_proof_lock: bool
§validate_no_dangling_nodes: bool
§validate_dynamic_address_in_command_part: bool
§validate_resource_assertions: bool
Implementations§
Source§impl ValidationRuleset
impl ValidationRuleset
pub fn for_specifier(specifier: InterpreterValidationRulesetSpecifier) -> Self
pub fn all() -> Self
pub fn babylon_equivalent() -> Self
pub fn cuttlefish() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationRuleset
impl RefUnwindSafe for ValidationRuleset
impl Send for ValidationRuleset
impl Sync for ValidationRuleset
impl Unpin for ValidationRuleset
impl UnwindSafe for ValidationRuleset
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