pub struct FileRead {
pub path: String,
pub read_id: u64,
}
Fields§
§path: String
§read_id: u64
Implementations§
Source§impl FileRead
impl FileRead
pub fn is_pending(&self) -> bool
pub fn resolve_utf8<'a>( &mut self, fr: &'a FileReadEvent, ) -> Option<Result<&'a str, String>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileRead
impl RefUnwindSafe for FileRead
impl Send for FileRead
impl Sync for FileRead
impl Unpin for FileRead
impl UnwindSafe for FileRead
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