pub struct DetectedInput {
pub input_type: InputType,
pub raw: String,
pub file_data: Option<Vec<u8>>,
}Fields§
§input_type: InputType§raw: String§file_data: Option<Vec<u8>>Auto Trait Implementations§
impl Freeze for DetectedInput
impl RefUnwindSafe for DetectedInput
impl Send for DetectedInput
impl Sync for DetectedInput
impl Unpin for DetectedInput
impl UnsafeUnpin for DetectedInput
impl UnwindSafe for DetectedInput
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