pub struct OCABundleWithRegistry {
pub bundle: OCABundle,
pub registry: OverlayLocalRegistry,
}Fields§
§bundle: OCABundle§registry: OverlayLocalRegistryTrait Implementations§
Source§impl From<OCABundleWithRegistry> for OCABundleModel
impl From<OCABundleWithRegistry> for OCABundleModel
Source§fn from(br: OCABundleWithRegistry) -> Self
fn from(br: OCABundleWithRegistry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OCABundleWithRegistry
impl RefUnwindSafe for OCABundleWithRegistry
impl Send for OCABundleWithRegistry
impl Sync for OCABundleWithRegistry
impl Unpin for OCABundleWithRegistry
impl UnsafeUnpin for OCABundleWithRegistry
impl UnwindSafe for OCABundleWithRegistry
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