pub enum RunSecurity {
Sandbox,
Insecure,
}Variants§
Trait Implementations§
Source§impl Clone for RunSecurity
impl Clone for RunSecurity
Source§fn clone(&self) -> RunSecurity
fn clone(&self) -> RunSecurity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunSecurity
impl Debug for RunSecurity
Auto Trait Implementations§
impl Freeze for RunSecurity
impl RefUnwindSafe for RunSecurity
impl Send for RunSecurity
impl Sync for RunSecurity
impl Unpin for RunSecurity
impl UnwindSafe for RunSecurity
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