pub struct FileMessage<'a> {
pub file_path: &'a str,
pub to: &'a str,
}
Fields§
§file_path: &'a str
§to: &'a str
Auto Trait Implementations§
impl<'a> Freeze for FileMessage<'a>
impl<'a> RefUnwindSafe for FileMessage<'a>
impl<'a> Send for FileMessage<'a>
impl<'a> Sync for FileMessage<'a>
impl<'a> Unpin for FileMessage<'a>
impl<'a> UnwindSafe for FileMessage<'a>
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