pub struct DBVector(/* private fields */);Expand description
A vector of databases to search structures and formulas
Trait Implementations§
impl Eq for DBVector
impl StructuralPartialEq for DBVector
Auto Trait Implementations§
impl Freeze for DBVector
impl RefUnwindSafe for DBVector
impl Send for DBVector
impl Sync for DBVector
impl Unpin for DBVector
impl UnwindSafe for DBVector
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