#[repr(i32)]pub enum _tagQUERYOPTION {
Show 16 variants
QUERY_EXPIRATION_DATE = 1,
QUERY_TIME_OF_LAST_CHANGE = 2,
QUERY_CONTENT_ENCODING = 3,
QUERY_CONTENT_TYPE = 4,
QUERY_REFRESH = 5,
QUERY_RECOMBINE = 6,
QUERY_CAN_NAVIGATE = 7,
QUERY_USES_NETWORK = 8,
QUERY_IS_CACHED = 9,
QUERY_IS_INSTALLEDENTRY = 10,
QUERY_IS_CACHED_OR_MAPPED = 11,
QUERY_USES_CACHE = 12,
QUERY_IS_SECURE = 13,
QUERY_IS_SAFE = 14,
QUERY_USES_HISTORYFOLDER = 15,
QUERY_IS_CACHED_AND_USABLE_OFFLINE = 16,
}Variants§
QUERY_EXPIRATION_DATE = 1
QUERY_TIME_OF_LAST_CHANGE = 2
QUERY_CONTENT_ENCODING = 3
QUERY_CONTENT_TYPE = 4
QUERY_REFRESH = 5
QUERY_RECOMBINE = 6
QUERY_CAN_NAVIGATE = 7
QUERY_USES_NETWORK = 8
QUERY_IS_CACHED = 9
QUERY_IS_INSTALLEDENTRY = 10
QUERY_IS_CACHED_OR_MAPPED = 11
QUERY_USES_CACHE = 12
QUERY_IS_SECURE = 13
QUERY_IS_SAFE = 14
QUERY_USES_HISTORYFOLDER = 15
QUERY_IS_CACHED_AND_USABLE_OFFLINE = 16
Trait Implementations§
Source§impl Clone for _tagQUERYOPTION
impl Clone for _tagQUERYOPTION
Source§fn clone(&self) -> _tagQUERYOPTION
fn clone(&self) -> _tagQUERYOPTION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _tagQUERYOPTION
impl Debug for _tagQUERYOPTION
Source§impl Hash for _tagQUERYOPTION
impl Hash for _tagQUERYOPTION
Source§impl PartialEq for _tagQUERYOPTION
impl PartialEq for _tagQUERYOPTION
impl Copy for _tagQUERYOPTION
impl Eq for _tagQUERYOPTION
impl StructuralPartialEq for _tagQUERYOPTION
Auto Trait Implementations§
impl Freeze for _tagQUERYOPTION
impl RefUnwindSafe for _tagQUERYOPTION
impl Send for _tagQUERYOPTION
impl Sync for _tagQUERYOPTION
impl Unpin for _tagQUERYOPTION
impl UnwindSafe for _tagQUERYOPTION
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