pub struct Bundle { /* private fields */ }Expand description
Opaque handle around an imported bundle.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Bundle
impl !UnwindSafe for Bundle
impl Freeze for Bundle
impl Send for Bundle
impl Sync for Bundle
impl Unpin for Bundle
impl UnsafeUnpin for Bundle
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