Struct chromiumoxide_fork::cdp::browser_protocol::storage::GetInterestGroupDetailsParamsBuilder
source · pub struct GetInterestGroupDetailsParamsBuilder { /* private fields */ }Implementations§
source§impl GetInterestGroupDetailsParamsBuilder
impl GetInterestGroupDetailsParamsBuilder
pub fn owner_origin( self, owner_origin: impl Into<String> ) -> GetInterestGroupDetailsParamsBuilder
pub fn name( self, name: impl Into<String> ) -> GetInterestGroupDetailsParamsBuilder
pub fn build(self) -> Result<GetInterestGroupDetailsParams, String>
Trait Implementations§
source§impl Clone for GetInterestGroupDetailsParamsBuilder
impl Clone for GetInterestGroupDetailsParamsBuilder
source§fn clone(&self) -> GetInterestGroupDetailsParamsBuilder
fn clone(&self) -> GetInterestGroupDetailsParamsBuilder
Returns a copy 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 GetInterestGroupDetailsParamsBuilder
impl Default for GetInterestGroupDetailsParamsBuilder
source§fn default() -> GetInterestGroupDetailsParamsBuilder
fn default() -> GetInterestGroupDetailsParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetInterestGroupDetailsParamsBuilder
impl Send for GetInterestGroupDetailsParamsBuilder
impl Sync for GetInterestGroupDetailsParamsBuilder
impl Unpin for GetInterestGroupDetailsParamsBuilder
impl UnwindSafe for GetInterestGroupDetailsParamsBuilder
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