pub struct TypedFamilyRegistration<P> { /* private fields */ }Implementations§
Source§impl<P> TypedFamilyRegistration<P>
impl<P> TypedFamilyRegistration<P>
Trait Implementations§
Source§impl<P: ModelFamilyProvider> ModelFamilyRegistration for TypedFamilyRegistration<P>
impl<P: ModelFamilyProvider> ModelFamilyRegistration for TypedFamilyRegistration<P>
fn family_id(&self) -> &ModelFamilyId
fn external_metadata_ids(&self) -> BTreeSet<ExternalModelMetadataId>
fn prepare(&self, raw_config: &Value) -> Result<PreparedModelFamily, VNextError>
Auto Trait Implementations§
impl<P> Freeze for TypedFamilyRegistration<P>where
P: Freeze,
impl<P> RefUnwindSafe for TypedFamilyRegistration<P>where
P: RefUnwindSafe,
impl<P> Send for TypedFamilyRegistration<P>where
P: Send,
impl<P> Sync for TypedFamilyRegistration<P>where
P: Sync,
impl<P> Unpin for TypedFamilyRegistration<P>where
P: Unpin,
impl<P> UnsafeUnpin for TypedFamilyRegistration<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for TypedFamilyRegistration<P>where
P: UnwindSafe,
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