pub struct Sandbox { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Sandbox
impl Ord for Sandbox
Source§impl PartialOrd for Sandbox
impl PartialOrd for Sandbox
Source§impl ToCommand for Sandbox
impl ToCommand for Sandbox
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Sandbox
impl StructuralPartialEq for Sandbox
Auto Trait Implementations§
impl Freeze for Sandbox
impl RefUnwindSafe for Sandbox
impl Send for Sandbox
impl Sync for Sandbox
impl Unpin for Sandbox
impl UnwindSafe for Sandbox
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