pub struct ChecksumUtils;Expand description
校验和工具
Implementations§
Source§impl ChecksumUtils
impl ChecksumUtils
Sourcepub fn compute_checksum(data: &Value) -> String
pub fn compute_checksum(data: &Value) -> String
Sourcepub fn add_checksum(data: Value) -> Value
pub fn add_checksum(data: Value) -> Value
Auto Trait Implementations§
impl Freeze for ChecksumUtils
impl RefUnwindSafe for ChecksumUtils
impl Send for ChecksumUtils
impl Sync for ChecksumUtils
impl Unpin for ChecksumUtils
impl UnsafeUnpin for ChecksumUtils
impl UnwindSafe for ChecksumUtils
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