pub struct TestRealmContext { /* private fields */ }
Implementations§
Source§impl TestRealmContext
impl TestRealmContext
pub async fn new(config: WlanConfig) -> Arc<Self>
pub fn test_ns_prefix(&self) -> &str
pub fn devfs(&self) -> &DirectoryProxy
Auto Trait Implementations§
impl Freeze for TestRealmContext
impl !RefUnwindSafe for TestRealmContext
impl Send for TestRealmContext
impl Sync for TestRealmContext
impl Unpin for TestRealmContext
impl !UnwindSafe for TestRealmContext
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