Struct soup3_sys::SoupCookieJarText
source · [−]#[repr(C)]pub struct SoupCookieJarText { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoupCookieJarText
impl !Send for SoupCookieJarText
impl !Sync for SoupCookieJarText
impl !Unpin for SoupCookieJarText
impl UnwindSafe for SoupCookieJarText
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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