pub struct FilesEntry {
pub name: String,
pub typ: u64,
pub size: u64,
pub hash: String,
}
Fields§
§name: String
§typ: u64
§size: u64
§hash: String
Trait Implementations§
Source§impl Debug for FilesEntry
impl Debug for FilesEntry
Source§impl<'de> Deserialize<'de> for FilesEntry
impl<'de> Deserialize<'de> for FilesEntry
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FilesEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FilesEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FilesEntry
impl RefUnwindSafe for FilesEntry
impl Send for FilesEntry
impl Sync for FilesEntry
impl Unpin for FilesEntry
impl UnwindSafe for FilesEntry
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