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