pub struct File42 {
pub file_name: String,
pub file_path: Option<String>,
pub hash_sum: Option<HashSum42>,
}
Fields§
§file_name: String
§file_path: Option<String>
§hash_sum: Option<HashSum42>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for File42
impl<'de> Deserialize<'de> for File42
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 File42
impl RefUnwindSafe for File42
impl Send for File42
impl Sync for File42
impl Unpin for File42
impl UnwindSafe for File42
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