pub struct LinkInfo {
pub project: String,
pub package: String,
pub srcmd5: Option<String>,
pub xsrcmd5: Option<String>,
pub lsrcmd5: Option<String>,
pub missingok: bool,
pub error: Option<String>,
}Fields§
§project: String§package: String§srcmd5: Option<String>§xsrcmd5: Option<String>§lsrcmd5: Option<String>§missingok: bool§error: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinkInfo
impl<'de> Deserialize<'de> for LinkInfo
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 LinkInfo
impl RefUnwindSafe for LinkInfo
impl Send for LinkInfo
impl Sync for LinkInfo
impl Unpin for LinkInfo
impl UnsafeUnpin for LinkInfo
impl UnwindSafe for LinkInfo
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