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 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 FileQuestionReplyMsg
impl RefUnwindSafe for FileQuestionReplyMsg
impl Send for FileQuestionReplyMsg
impl Sync for FileQuestionReplyMsg
impl Unpin for FileQuestionReplyMsg
impl UnwindSafe for FileQuestionReplyMsg
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