Struct rsa_msg_packets::file::question::reply::FileQuestionReplyMsg
source · pub struct FileQuestionReplyMsg {
pub uuid: Uuid,
pub accepted: bool,
}Fields§
§uuid: Uuid§accepted: boolTrait Implementations§
source§impl ByteMessage for FileQuestionReplyMsg
impl ByteMessage for FileQuestionReplyMsg
source§impl Clone for FileQuestionReplyMsg
impl Clone for FileQuestionReplyMsg
source§fn clone(&self) -> FileQuestionReplyMsg
fn clone(&self) -> FileQuestionReplyMsg
Returns a copy 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 more