pub struct EsFile {
pub path: String,
pub path_truncated: bool,
}
Fields§
§path: String
§path_truncated: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsFile
impl RefUnwindSafe for EsFile
impl Send for EsFile
impl Sync for EsFile
impl Unpin for EsFile
impl UnwindSafe for EsFile
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