pub struct GetInterestGroupDetailsReturns {
pub details: Map<String, Value>,
}Expand description
Gets details for a named interest group.
Fields§
§details: Map<String, Value>This 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 GetInterestGroupDetailsReturns
impl Clone for GetInterestGroupDetailsReturns
Source§fn clone(&self) -> GetInterestGroupDetailsReturns
fn clone(&self) -> GetInterestGroupDetailsReturns
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 Default for GetInterestGroupDetailsReturns
impl Default for GetInterestGroupDetailsReturns
Source§fn default() -> GetInterestGroupDetailsReturns
fn default() -> GetInterestGroupDetailsReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetInterestGroupDetailsReturns
impl<'de> Deserialize<'de> for GetInterestGroupDetailsReturns
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 GetInterestGroupDetailsReturns
impl RefUnwindSafe for GetInterestGroupDetailsReturns
impl Send for GetInterestGroupDetailsReturns
impl Sync for GetInterestGroupDetailsReturns
impl Unpin for GetInterestGroupDetailsReturns
impl UnsafeUnpin for GetInterestGroupDetailsReturns
impl UnwindSafe for GetInterestGroupDetailsReturns
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