Struct gaol::platform::linux::ChildSandbox
source · pub struct ChildSandbox {
profile: Profile,
}
Fields§
§profile: Profile
Implementations§
source§impl ChildSandbox
impl ChildSandbox
pub fn new(profile: Profile) -> ChildSandbox
Trait Implementations§
source§impl ChildSandboxMethods for ChildSandbox
impl ChildSandboxMethods for ChildSandbox
Auto Trait Implementations§
impl Freeze for ChildSandbox
impl RefUnwindSafe for ChildSandbox
impl Send for ChildSandbox
impl Sync for ChildSandbox
impl Unpin for ChildSandbox
impl UnwindSafe for ChildSandbox
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