pub struct WebdownloadControlQuery {
pub bypass_cache: bool,
}Fields§
§bypass_cache: boolTrait Implementations§
Source§impl Debug for WebdownloadControlQuery
impl Debug for WebdownloadControlQuery
Source§impl Default for WebdownloadControlQuery
impl Default for WebdownloadControlQuery
Auto Trait Implementations§
impl Freeze for WebdownloadControlQuery
impl RefUnwindSafe for WebdownloadControlQuery
impl Send for WebdownloadControlQuery
impl Sync for WebdownloadControlQuery
impl Unpin for WebdownloadControlQuery
impl UnsafeUnpin for WebdownloadControlQuery
impl UnwindSafe for WebdownloadControlQuery
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