pub struct DropQueueItem {
pub name: String,
pub version: Option<String>,
pub distro: String,
pub suite: String,
pub architecture: Option<String>,
}
Fields§
§name: String
§version: Option<String>
§distro: String
§suite: String
§architecture: Option<String>
Trait Implementations§
Source§impl Debug for DropQueueItem
impl Debug for DropQueueItem
Source§impl<'de> Deserialize<'de> for DropQueueItem
impl<'de> Deserialize<'de> for DropQueueItem
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 DropQueueItem
impl RefUnwindSafe for DropQueueItem
impl Send for DropQueueItem
impl Sync for DropQueueItem
impl Unpin for DropQueueItem
impl UnwindSafe for DropQueueItem
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