Struct windows_sys::Web::Http::HttpCompletionOption
[−]#[repr(transparent)]pub struct HttpCompletionOption(pub i32);
Expand description
Required features: "Web_Http"
Tuple Fields
0: i32
Implementations
impl HttpCompletionOption
impl HttpCompletionOption
pub const ResponseContentRead: Self = Self(0i32)
pub const ResponseHeadersRead: Self = Self(1i32)
Trait Implementations
impl Clone for HttpCompletionOption
impl Clone for HttpCompletionOption
impl Copy for HttpCompletionOption
Auto Trait Implementations
impl RefUnwindSafe for HttpCompletionOption
impl Send for HttpCompletionOption
impl Sync for HttpCompletionOption
impl Unpin for HttpCompletionOption
impl UnwindSafe for HttpCompletionOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more