pub struct GetInterestGroupDetailsParams {
pub owner_origin: String,
pub name: String,
}
Expand description
Gets details for a named interest group. getInterestGroupDetails
Fields§
§owner_origin: String
§name: String
Implementations§
source§impl GetInterestGroupDetailsParams
impl GetInterestGroupDetailsParams
pub fn builder() -> GetInterestGroupDetailsParamsBuilder
source§impl GetInterestGroupDetailsParams
impl GetInterestGroupDetailsParams
pub const IDENTIFIER: &'static str = "Storage.getInterestGroupDetails"
Trait Implementations§
source§impl Clone for GetInterestGroupDetailsParams
impl Clone for GetInterestGroupDetailsParams
source§fn clone(&self) -> GetInterestGroupDetailsParams
fn clone(&self) -> GetInterestGroupDetailsParams
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 Command for GetInterestGroupDetailsParams
impl Command for GetInterestGroupDetailsParams
§type Response = GetInterestGroupDetailsReturns
type Response = GetInterestGroupDetailsReturns
The type of the response this request triggers on the chromium server
source§impl<'de> Deserialize<'de> for GetInterestGroupDetailsParams
impl<'de> Deserialize<'de> for GetInterestGroupDetailsParams
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 Method for GetInterestGroupDetailsParams
impl Method for GetInterestGroupDetailsParams
source§fn identifier(&self) -> MethodId
fn identifier(&self) -> MethodId
The whole string identifier for this method like:
DOM.removeNode
source§fn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOM
source§fn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNode
source§impl PartialEq<GetInterestGroupDetailsParams> for GetInterestGroupDetailsParams
impl PartialEq<GetInterestGroupDetailsParams> for GetInterestGroupDetailsParams
source§fn eq(&self, other: &GetInterestGroupDetailsParams) -> bool
fn eq(&self, other: &GetInterestGroupDetailsParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.