#[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 Freeze for cbw_Cookie
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