pub struct FormatDirArgs<'a> {
pub path: &'a str,
pub entries: &'a [String],
pub offset: usize,
pub total_entries: usize,
pub more: bool,
}Fields§
§path: &'a str§entries: &'a [String]§offset: usize§total_entries: usize§more: boolAuto Trait Implementations§
impl<'a> Freeze for FormatDirArgs<'a>
impl<'a> RefUnwindSafe for FormatDirArgs<'a>
impl<'a> Send for FormatDirArgs<'a>
impl<'a> Sync for FormatDirArgs<'a>
impl<'a> Unpin for FormatDirArgs<'a>
impl<'a> UnsafeUnpin for FormatDirArgs<'a>
impl<'a> UnwindSafe for FormatDirArgs<'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