pub struct EmailSubdirInfo {
pub subdir: String,
pub full_path: String,
pub rel_path_to_top: String,
pub description: Option<String>,
}Expand description
Information about the subdirectory for a message when using folder-based layouts.
Fields§
§subdir: String§full_path: String§rel_path_to_top: String§description: Option<String>Auto Trait Implementations§
impl Freeze for EmailSubdirInfo
impl RefUnwindSafe for EmailSubdirInfo
impl Send for EmailSubdirInfo
impl Sync for EmailSubdirInfo
impl Unpin for EmailSubdirInfo
impl UnsafeUnpin for EmailSubdirInfo
impl UnwindSafe for EmailSubdirInfo
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