Struct browser_window_c::cbw_Cookie
source · #[repr(C)]pub struct cbw_Cookie {
pub impl_: cbw_CookieImpl,
}
Fields§
§impl_: cbw_CookieImpl
Trait Implementations§
source§impl Clone for cbw_Cookie
impl Clone for cbw_Cookie
source§fn clone(&self) -> cbw_Cookie
fn clone(&self) -> cbw_Cookie
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 cbw_Cookie
impl Debug for cbw_Cookie
impl Copy for cbw_Cookie
Auto Trait Implementations§
impl RefUnwindSafe for cbw_Cookie
impl !Send for cbw_Cookie
impl !Sync for cbw_Cookie
impl Unpin for cbw_Cookie
impl UnwindSafe for cbw_Cookie
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