pub struct WithBlock {
pub attributes: Vec<WithAttribute>,
pub sandbox_tier: Option<SandboxTier>,
pub timeout: Option<u64>,
}Expand description
WithBlock structure containing sandbox configuration
Fields§
§attributes: Vec<WithAttribute>§sandbox_tier: Option<SandboxTier>§timeout: Option<u64>Implementations§
Trait Implementations§
impl StructuralPartialEq for WithBlock
Auto Trait Implementations§
impl Freeze for WithBlock
impl RefUnwindSafe for WithBlock
impl Send for WithBlock
impl Sync for WithBlock
impl Unpin for WithBlock
impl UnsafeUnpin for WithBlock
impl UnwindSafe for WithBlock
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