pub struct GetInterestGroupDetailsReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetInterestGroupDetailsReturnObject.
Implementations§
Source§impl GetInterestGroupDetailsReturnObjectBuilder
impl GetInterestGroupDetailsReturnObjectBuilder
Sourcepub fn details(&mut self, value: Json) -> &mut Self
pub fn details(&mut self, value: Json) -> &mut Self
This largely corresponds to: https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup but has absolute expirationTime instead of relative lifetimeMs and also adds joiningOrigin.
Sourcepub fn build(
&self,
) -> Result<GetInterestGroupDetailsReturnObject, GetInterestGroupDetailsReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetInterestGroupDetailsReturnObject, GetInterestGroupDetailsReturnObjectBuilderError>
Builds a new GetInterestGroupDetailsReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetInterestGroupDetailsReturnObjectBuilder
impl Clone for GetInterestGroupDetailsReturnObjectBuilder
Source§fn clone(&self) -> GetInterestGroupDetailsReturnObjectBuilder
fn clone(&self) -> GetInterestGroupDetailsReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetInterestGroupDetailsReturnObjectBuilder
impl RefUnwindSafe for GetInterestGroupDetailsReturnObjectBuilder
impl Send for GetInterestGroupDetailsReturnObjectBuilder
impl Sync for GetInterestGroupDetailsReturnObjectBuilder
impl Unpin for GetInterestGroupDetailsReturnObjectBuilder
impl UnsafeUnpin for GetInterestGroupDetailsReturnObjectBuilder
impl UnwindSafe for GetInterestGroupDetailsReturnObjectBuilder
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