pub struct BundleContext;Auto Trait Implementations§
impl Freeze for BundleContext
impl RefUnwindSafe for BundleContext
impl Send for BundleContext
impl Sync for BundleContext
impl Unpin for BundleContext
impl UnsafeUnpin for BundleContext
impl UnwindSafe for BundleContext
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