pub enum SumStrBuf {
Md5(String),
Sha256(String),
}
Expand description
The String
representation of a Checksum
.
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SumStrBuf
impl<'de> Deserialize<'de> for SumStrBuf
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 SumStrBuf
impl RefUnwindSafe for SumStrBuf
impl Send for SumStrBuf
impl Sync for SumStrBuf
impl Unpin for SumStrBuf
impl UnwindSafe for SumStrBuf
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