pub struct AssociatedCookie {
pub cookie: Cookie,
pub blocked_reasons: Vec<CookieBlockedReason>,
pub exemption_reason: Option<CookieExemptionReason>,
}Fields§
§blocked_reasons: Vec<CookieBlockedReason>§exemption_reason: Option<CookieExemptionReason>Trait Implementations§
Source§impl Clone for AssociatedCookie
impl Clone for AssociatedCookie
Source§fn clone(&self) -> AssociatedCookie
fn clone(&self) -> AssociatedCookie
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 AssociatedCookie
impl Debug for AssociatedCookie
Source§impl<'de> Deserialize<'de> for AssociatedCookie
impl<'de> Deserialize<'de> for AssociatedCookie
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 AssociatedCookie
impl PartialEq for AssociatedCookie
Source§impl Serialize for AssociatedCookie
impl Serialize for AssociatedCookie
impl StructuralPartialEq for AssociatedCookie
Auto Trait Implementations§
impl Freeze for AssociatedCookie
impl RefUnwindSafe for AssociatedCookie
impl Send for AssociatedCookie
impl Sync for AssociatedCookie
impl Unpin for AssociatedCookie
impl UnwindSafe for AssociatedCookie
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