pub struct Context { /* private fields */ }
Expand description
A context for a spec
This is a collection of sources, filters, and arrays that are used to execute a DVE spec. It’s a pretty simple layout here, but if you really want to incorporate vidformer deep into a VDBMS, you gut this object and make the sources and arrays backed directly through your DB.
Implementations§
Auto Trait Implementations§
impl Freeze for Context
impl !RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl !UnwindSafe for Context
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