Struct hydrate_pipeline::BuilderRegistry
source · 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 copy 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 !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