pub struct SandboxSupport {
pub supported: bool,
pub modes: Vec<String>,
}Fields§
§supported: bool§modes: Vec<String>Trait Implementations§
Source§impl Clone for SandboxSupport
impl Clone for SandboxSupport
Source§fn clone(&self) -> SandboxSupport
fn clone(&self) -> SandboxSupport
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 SandboxSupport
impl Debug for SandboxSupport
Auto Trait Implementations§
impl Freeze for SandboxSupport
impl RefUnwindSafe for SandboxSupport
impl Send for SandboxSupport
impl Sync for SandboxSupport
impl Unpin for SandboxSupport
impl UnsafeUnpin for SandboxSupport
impl UnwindSafe for SandboxSupport
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