pub struct FileRootSerde {
pub path: String,
pub expected_hash: String,
}Fields§
§path: String§expected_hash: StringTrait Implementations§
Source§impl Clone for FileRootSerde
impl Clone for FileRootSerde
Source§fn clone(&self) -> FileRootSerde
fn clone(&self) -> FileRootSerde
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileRootSerde
impl Debug for FileRootSerde
Source§impl<'de> Deserialize<'de> for FileRootSerde
impl<'de> Deserialize<'de> for FileRootSerde
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
Source§impl PartialEq for FileRootSerde
impl PartialEq for FileRootSerde
Source§fn eq(&self, other: &FileRootSerde) -> bool
fn eq(&self, other: &FileRootSerde) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FileRootSerde
impl Serialize for FileRootSerde
impl Eq for FileRootSerde
impl StructuralPartialEq for FileRootSerde
Auto Trait Implementations§
impl Freeze for FileRootSerde
impl RefUnwindSafe for FileRootSerde
impl Send for FileRootSerde
impl Sync for FileRootSerde
impl Unpin for FileRootSerde
impl UnsafeUnpin for FileRootSerde
impl UnwindSafe for FileRootSerde
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