pub struct GetInterestGroupDetails {
pub method: GetInterestGroupDetailsMethod,
pub params: GetInterestGroupDetailsParams,
}Expand description
Gets details for a named interest group. getInterestGroupDetails
Fields§
§method: GetInterestGroupDetailsMethod§params: GetInterestGroupDetailsParamsImplementations§
Source§impl GetInterestGroupDetails
impl GetInterestGroupDetails
pub const IDENTIFIER: &'static str = "Storage.getInterestGroupDetails"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetInterestGroupDetails
impl Clone for GetInterestGroupDetails
Source§fn clone(&self) -> GetInterestGroupDetails
fn clone(&self) -> GetInterestGroupDetails
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 CommandResult for GetInterestGroupDetails
impl CommandResult for GetInterestGroupDetails
type Result = GetInterestGroupDetailsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetInterestGroupDetails
impl Debug for GetInterestGroupDetails
Source§impl<'de> Deserialize<'de> for GetInterestGroupDetails
impl<'de> Deserialize<'de> for GetInterestGroupDetails
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 From<GetInterestGroupDetails> for BrowserProtocolCommands
impl From<GetInterestGroupDetails> for BrowserProtocolCommands
Source§fn from(v: GetInterestGroupDetails) -> Self
fn from(v: GetInterestGroupDetails) -> Self
Converts to this type from the input type.
Source§impl From<GetInterestGroupDetails> for Command
impl From<GetInterestGroupDetails> for Command
Source§fn from(v: GetInterestGroupDetails) -> Self
fn from(v: GetInterestGroupDetails) -> Self
Converts to this type from the input type.
Source§impl From<GetInterestGroupDetails> for StorageCommands
impl From<GetInterestGroupDetails> for StorageCommands
Source§fn from(v: GetInterestGroupDetails) -> Self
fn from(v: GetInterestGroupDetails) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetInterestGroupDetails
impl PartialEq for GetInterestGroupDetails
Source§impl Serialize for GetInterestGroupDetails
impl Serialize for GetInterestGroupDetails
Source§impl TryFrom<BrowserProtocolCommands> for GetInterestGroupDetails
impl TryFrom<BrowserProtocolCommands> for GetInterestGroupDetails
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <GetInterestGroupDetails as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetInterestGroupDetails as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetInterestGroupDetails
impl TryFrom<Command> for GetInterestGroupDetails
Source§impl TryFrom<StorageCommands> for GetInterestGroupDetails
impl TryFrom<StorageCommands> for GetInterestGroupDetails
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <GetInterestGroupDetails as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetInterestGroupDetails as TryFrom<StorageCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetInterestGroupDetails
Auto Trait Implementations§
impl Freeze for GetInterestGroupDetails
impl RefUnwindSafe for GetInterestGroupDetails
impl Send for GetInterestGroupDetails
impl Sync for GetInterestGroupDetails
impl Unpin for GetInterestGroupDetails
impl UnsafeUnpin for GetInterestGroupDetails
impl UnwindSafe for GetInterestGroupDetails
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