struct Scanned {
query: u16,
fragment: Option<u16>,
is_maybe_not_utf8: bool,
}Fields§
§query: u16§fragment: Option<u16>§is_maybe_not_utf8: boolAuto Trait Implementations§
impl Freeze for Scanned
impl RefUnwindSafe for Scanned
impl Send for Scanned
impl Sync for Scanned
impl Unpin for Scanned
impl UnsafeUnpin for Scanned
impl UnwindSafe for Scanned
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