pub struct MailFile {
pub path: PathBuf,
pub is_new: bool,
pub flags: Flags,
pub size: u64,
}Fields§
§path: PathBuf§is_new: bool§flags: Flags§size: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MailFile
impl RefUnwindSafe for MailFile
impl Send for MailFile
impl Sync for MailFile
impl Unpin for MailFile
impl UnsafeUnpin for MailFile
impl UnwindSafe for MailFile
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