pub struct SupportedFileChecksumTypesResponse {
pub types: HashMap<String, FileChecksumProperties>,
}Expand description
Response for SupportedFileChecksumTypes command
Fields§
§types: HashMap<String, FileChecksumProperties>names and properties of the hash/checksum types
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SupportedFileChecksumTypesResponse
impl<'de> Deserialize<'de> for SupportedFileChecksumTypesResponse
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 SupportedFileChecksumTypesResponse
impl PartialEq for SupportedFileChecksumTypesResponse
Source§fn eq(&self, other: &SupportedFileChecksumTypesResponse) -> bool
fn eq(&self, other: &SupportedFileChecksumTypesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SupportedFileChecksumTypesResponse
impl StructuralPartialEq for SupportedFileChecksumTypesResponse
Auto Trait Implementations§
impl Freeze for SupportedFileChecksumTypesResponse
impl RefUnwindSafe for SupportedFileChecksumTypesResponse
impl Send for SupportedFileChecksumTypesResponse
impl Sync for SupportedFileChecksumTypesResponse
impl Unpin for SupportedFileChecksumTypesResponse
impl UnwindSafe for SupportedFileChecksumTypesResponse
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