pub struct E2BSandboxConfig {}Trait Implementations§
Source§impl CatalogService for E2BSandboxConfig
impl CatalogService for E2BSandboxConfig
Source§impl Debug for E2BSandboxConfig
impl Debug for E2BSandboxConfig
Auto Trait Implementations§
impl Freeze for E2BSandboxConfig
impl RefUnwindSafe for E2BSandboxConfig
impl Send for E2BSandboxConfig
impl Sync for E2BSandboxConfig
impl Unpin for E2BSandboxConfig
impl UnsafeUnpin for E2BSandboxConfig
impl UnwindSafe for E2BSandboxConfig
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