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