pub struct ResolvedAttachment {
pub path: PathBuf,
pub filename: String,
pub mime_type: String,
}Fields§
§path: PathBuf§filename: String§mime_type: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedAttachment
impl RefUnwindSafe for ResolvedAttachment
impl Send for ResolvedAttachment
impl Sync for ResolvedAttachment
impl Unpin for ResolvedAttachment
impl UnsafeUnpin for ResolvedAttachment
impl UnwindSafe for ResolvedAttachment
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