pub struct FileQuestionMsg {
pub filename: String,
pub sender: Uuid,
pub receiver: Uuid,
pub uuid: Uuid,
pub hash: Vec<u8>,
pub size: u64,
}Fields§
§filename: String§sender: Uuid§receiver: Uuid§uuid: Uuid§hash: Vec<u8>§size: u64Trait Implementations§
Source§impl ByteMessage for FileQuestionMsg
impl ByteMessage for FileQuestionMsg
Source§impl Clone for FileQuestionMsg
impl Clone for FileQuestionMsg
Source§fn clone(&self) -> FileQuestionMsg
fn clone(&self) -> FileQuestionMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FileQuestionMsg
impl RefUnwindSafe for FileQuestionMsg
impl Send for FileQuestionMsg
impl Sync for FileQuestionMsg
impl Unpin for FileQuestionMsg
impl UnwindSafe for FileQuestionMsg
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