pub struct EnclaveConfiguration {
pub stream_router: Box<dyn StreamRouter + Send + Sync>,
pub forward_panics: bool,
}Fields§
§stream_router: Box<dyn StreamRouter + Send + Sync>§forward_panics: boolAuto Trait Implementations§
impl Freeze for EnclaveConfiguration
impl !RefUnwindSafe for EnclaveConfiguration
impl Send for EnclaveConfiguration
impl Sync for EnclaveConfiguration
impl Unpin for EnclaveConfiguration
impl UnsafeUnpin for EnclaveConfiguration
impl !UnwindSafe for EnclaveConfiguration
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