pub struct CefFile {
pub file_type: String,
pub name: String,
pub sha1: String,
}Fields§
§file_type: String§name: String§sha1: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CefFile
impl<'de> Deserialize<'de> for CefFile
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 CefFile
impl RefUnwindSafe for CefFile
impl Send for CefFile
impl Sync for CefFile
impl Unpin for CefFile
impl UnsafeUnpin for CefFile
impl UnwindSafe for CefFile
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