pub struct SetCookieReturn { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security only.Expand description
Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.
Implementations§
Trait Implementations§
Source§impl Clone for SetCookieReturn
impl Clone for SetCookieReturn
Source§fn clone(&self) -> SetCookieReturn
fn clone(&self) -> SetCookieReturn
Returns a duplicate 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 SetCookieReturn
impl Debug for SetCookieReturn
Source§impl Deref for SetCookieReturn
impl Deref for SetCookieReturn
Source§impl<'de> Deserialize<'de> for SetCookieReturn
impl<'de> Deserialize<'de> for SetCookieReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetCookieReturn
impl RefUnwindSafe for SetCookieReturn
impl Send for SetCookieReturn
impl Sync for SetCookieReturn
impl Unpin for SetCookieReturn
impl UnwindSafe for SetCookieReturn
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