Struct xmpp_parsers::jingle_ft::Checksum
source · pub struct Checksum {
pub name: ContentId,
pub creator: Creator,
pub file: File,
}
Expand description
A checksum for checking that the file has been transferred correctly.
Fields§
§name: ContentId
The identifier of the file transfer content.
creator: Creator
The creator of this file transfer.
file: File
The file being checksummed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Checksum
impl RefUnwindSafe for Checksum
impl Send for Checksum
impl Sync for Checksum
impl Unpin for Checksum
impl UnwindSafe for Checksum
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