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
pub const ResponseHeadersRead: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more