Expand description
A wrapper for the BaseDeps to be passed as a list across the barrier.
Fields
dep_type: Stringdep_list: Vec<BaseDep>Trait Implementations
sourceimpl ExternType for DepContainer
impl ExternType for DepContainer
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for DepContainer
impl !Send for DepContainer
impl !Sync for DepContainer
impl !Unpin for DepContainer
impl UnwindSafe for DepContainer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more