pub enum SumStr<'a> {
Md5(&'a str),
Sha256(&'a str),
}
Expand description
The &str
representation of a Checksum
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SumStr<'a>
impl<'a> RefUnwindSafe for SumStr<'a>
impl<'a> Send for SumStr<'a>
impl<'a> Sync for SumStr<'a>
impl<'a> Unpin for SumStr<'a>
impl<'a> UnwindSafe for SumStr<'a>
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