#[repr(C)]pub struct SoupCookieJarDB {
pub parent: SoupCookieJar,
}
Fields§
§parent: SoupCookieJar
Trait Implementations§
Source§impl Clone for SoupCookieJarDB
impl Clone for SoupCookieJarDB
Source§fn clone(&self) -> SoupCookieJarDB
fn clone(&self) -> SoupCookieJarDB
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 SoupCookieJarDB
impl Debug for SoupCookieJarDB
impl Copy for SoupCookieJarDB
Auto Trait Implementations§
impl Freeze for SoupCookieJarDB
impl RefUnwindSafe for SoupCookieJarDB
impl !Send for SoupCookieJarDB
impl !Sync for SoupCookieJarDB
impl Unpin for SoupCookieJarDB
impl UnwindSafe for SoupCookieJarDB
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