pub struct FrameMetadata {
pub file_path: String,
pub app_name: String,
pub window_name: String,
pub ocr_text: String,
}
Fields§
§file_path: String
§app_name: String
§window_name: String
§ocr_text: String
Trait Implementations§
Source§impl Debug for FrameMetadata
impl Debug for FrameMetadata
Source§impl<'de> Deserialize<'de> for FrameMetadata
impl<'de> Deserialize<'de> for FrameMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FrameMetadata
impl RefUnwindSafe for FrameMetadata
impl Send for FrameMetadata
impl Sync for FrameMetadata
impl Unpin for FrameMetadata
impl UnwindSafe for FrameMetadata
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