pub struct Detection {
pub mime_name: String,
pub encoding: Encoding,
pub bytes_consumed: usize,
pub is_reliable: bool,
}Fields§
§mime_name: String§encoding: Encoding§bytes_consumed: usize§is_reliable: boolTrait Implementations§
impl Eq for Detection
impl StructuralPartialEq for Detection
Auto Trait Implementations§
impl Freeze for Detection
impl RefUnwindSafe for Detection
impl Send for Detection
impl Sync for Detection
impl Unpin for Detection
impl UnwindSafe for Detection
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