pub struct SetCookiesReturnObject {}Trait Implementations§
Source§impl Clone for SetCookiesReturnObject
impl Clone for SetCookiesReturnObject
Source§fn clone(&self) -> SetCookiesReturnObject
fn clone(&self) -> SetCookiesReturnObject
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 SetCookiesReturnObject
impl Debug for SetCookiesReturnObject
Source§impl<'de> Deserialize<'de> for SetCookiesReturnObject
impl<'de> Deserialize<'de> for SetCookiesReturnObject
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
Source§impl PartialEq for SetCookiesReturnObject
impl PartialEq for SetCookiesReturnObject
Source§impl Serialize for SetCookiesReturnObject
impl Serialize for SetCookiesReturnObject
impl StructuralPartialEq for SetCookiesReturnObject
Auto Trait Implementations§
impl Freeze for SetCookiesReturnObject
impl RefUnwindSafe for SetCookiesReturnObject
impl Send for SetCookiesReturnObject
impl Sync for SetCookiesReturnObject
impl Unpin for SetCookiesReturnObject
impl UnwindSafe for SetCookiesReturnObject
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