pub struct Vidx {
pub vendor: String,
pub url: String,
pub timestamp: Option<String>,
pub pdsc_index: Vec<PdscRef>,
pub vendor_index: Vec<Pidx>,
}Fields§
§vendor: String§url: String§timestamp: Option<String>§pdsc_index: Vec<PdscRef>§vendor_index: Vec<Pidx>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vidx
impl RefUnwindSafe for Vidx
impl Send for Vidx
impl Sync for Vidx
impl Unpin for Vidx
impl UnwindSafe for Vidx
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