pub struct Package {
pub name: String,
pub version: String,
pub release: DateTime<Utc>,
pub description: String,
}
Fields§
§name: String
§version: String
§release: DateTime<Utc>
§description: String
Trait Implementations§
Source§impl From<&ElementRef<'_>> for Package
impl From<&ElementRef<'_>> for Package
Source§fn from(input: &ElementRef<'_>) -> Self
fn from(input: &ElementRef<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Package
impl RefUnwindSafe for Package
impl Send for Package
impl Sync for Package
impl Unpin for Package
impl UnwindSafe for Package
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