pub struct UbootEnv {
pub filename: String,
pub size: u64,
pub sha256sum: String,
}Fields§
§filename: String§size: u64§sha256sum: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for UbootEnv
impl<'de> Deserialize<'de> for UbootEnv
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
impl Eq for UbootEnv
impl StructuralPartialEq for UbootEnv
Auto Trait Implementations§
impl Freeze for UbootEnv
impl RefUnwindSafe for UbootEnv
impl Send for UbootEnv
impl Sync for UbootEnv
impl Unpin for UbootEnv
impl UnsafeUnpin for UbootEnv
impl UnwindSafe for UbootEnv
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