pub struct ListPkgs {
pub name: Option<String>,
pub status: Option<Status>,
pub distro: Option<String>,
pub suite: Option<String>,
pub architecture: Option<String>,
}
Fields§
§name: Option<String>
§status: Option<Status>
§distro: Option<String>
§suite: Option<String>
§architecture: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ListPkgs
impl<'de> Deserialize<'de> for ListPkgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListPkgs
impl RefUnwindSafe for ListPkgs
impl Send for ListPkgs
impl Sync for ListPkgs
impl Unpin for ListPkgs
impl UnwindSafe for ListPkgs
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