pub struct GetInterestGroupDetailsResult {
pub details: Value,
}Fields§
§details: ValueThis largely corresponds to: https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup but has absolute expirationTime instead of relative lifetimeMs and also adds joiningOrigin.
Trait Implementations§
Source§impl Clone for GetInterestGroupDetailsResult
impl Clone for GetInterestGroupDetailsResult
Source§fn clone(&self) -> GetInterestGroupDetailsResult
fn clone(&self) -> GetInterestGroupDetailsResult
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<'de> Deserialize<'de> for GetInterestGroupDetailsResult
impl<'de> Deserialize<'de> for GetInterestGroupDetailsResult
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 GetInterestGroupDetailsResult
impl PartialEq for GetInterestGroupDetailsResult
Source§fn eq(&self, other: &GetInterestGroupDetailsResult) -> bool
fn eq(&self, other: &GetInterestGroupDetailsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for GetInterestGroupDetailsResult
impl TryFrom<Value> for GetInterestGroupDetailsResult
impl StructuralPartialEq for GetInterestGroupDetailsResult
Auto Trait Implementations§
impl Freeze for GetInterestGroupDetailsResult
impl RefUnwindSafe for GetInterestGroupDetailsResult
impl Send for GetInterestGroupDetailsResult
impl Sync for GetInterestGroupDetailsResult
impl Unpin for GetInterestGroupDetailsResult
impl UnsafeUnpin for GetInterestGroupDetailsResult
impl UnwindSafe for GetInterestGroupDetailsResult
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