Struct webkit2gtk_sys::WebKitURIResponse
source · #[repr(C)]pub struct WebKitURIResponse {
pub parent: GObject,
pub priv_: *mut WebKitURIResponsePrivate,
}
Fields§
§parent: GObject
§priv_: *mut WebKitURIResponsePrivate
Trait Implementations§
source§impl Clone for WebKitURIResponse
impl Clone for WebKitURIResponse
source§fn clone(&self) -> WebKitURIResponse
fn clone(&self) -> WebKitURIResponse
Returns a copy 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 WebKitURIResponse
impl Debug for WebKitURIResponse
impl Copy for WebKitURIResponse
Auto Trait Implementations§
impl RefUnwindSafe for WebKitURIResponse
impl !Send for WebKitURIResponse
impl !Sync for WebKitURIResponse
impl Unpin for WebKitURIResponse
impl UnwindSafe for WebKitURIResponse
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