pub struct BuilderRegistry { /* private fields */ }
Implementations§
Source§impl BuilderRegistry
impl BuilderRegistry
pub fn builder_for_asset( &self, fingerprint: SchemaFingerprint, ) -> Option<&Box<dyn Builder>>
Trait Implementations§
Source§impl Clone for BuilderRegistry
impl Clone for BuilderRegistry
Source§fn clone(&self) -> BuilderRegistry
fn clone(&self) -> BuilderRegistry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BuilderRegistry
impl !RefUnwindSafe for BuilderRegistry
impl !Send for BuilderRegistry
impl !Sync for BuilderRegistry
impl Unpin for BuilderRegistry
impl !UnwindSafe for BuilderRegistry
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