pub struct GetRelatedWebsiteSets {
pub method: GetRelatedWebsiteSetsMethod,
pub params: GetRelatedWebsiteSetsParams,
}Expand description
Returns the effective Related Website Sets in use by this profile for the browser session. The effective Related Website Sets will not change during a browser session. getRelatedWebsiteSets
Fields§
§method: GetRelatedWebsiteSetsMethod§params: GetRelatedWebsiteSetsParamsImplementations§
Source§impl GetRelatedWebsiteSets
impl GetRelatedWebsiteSets
pub fn builder() -> GetRelatedWebsiteSetsBuilder
Source§impl GetRelatedWebsiteSets
impl GetRelatedWebsiteSets
pub const IDENTIFIER: &'static str = "Storage.getRelatedWebsiteSets"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetRelatedWebsiteSets
impl Clone for GetRelatedWebsiteSets
Source§fn clone(&self) -> GetRelatedWebsiteSets
fn clone(&self) -> GetRelatedWebsiteSets
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 GetRelatedWebsiteSets
impl CommandResult for GetRelatedWebsiteSets
type Result = GetRelatedWebsiteSetsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetRelatedWebsiteSets
impl Debug for GetRelatedWebsiteSets
Source§impl<'de> Deserialize<'de> for GetRelatedWebsiteSets
impl<'de> Deserialize<'de> for GetRelatedWebsiteSets
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<GetRelatedWebsiteSets> for BrowserProtocolCommands
impl From<GetRelatedWebsiteSets> for BrowserProtocolCommands
Source§fn from(v: GetRelatedWebsiteSets) -> Self
fn from(v: GetRelatedWebsiteSets) -> Self
Converts to this type from the input type.
Source§impl From<GetRelatedWebsiteSets> for Command
impl From<GetRelatedWebsiteSets> for Command
Source§fn from(v: GetRelatedWebsiteSets) -> Self
fn from(v: GetRelatedWebsiteSets) -> Self
Converts to this type from the input type.
Source§impl From<GetRelatedWebsiteSets> for StorageCommands
impl From<GetRelatedWebsiteSets> for StorageCommands
Source§fn from(v: GetRelatedWebsiteSets) -> Self
fn from(v: GetRelatedWebsiteSets) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetRelatedWebsiteSets
impl PartialEq for GetRelatedWebsiteSets
Source§impl Serialize for GetRelatedWebsiteSets
impl Serialize for GetRelatedWebsiteSets
Source§impl TryFrom<BrowserProtocolCommands> for GetRelatedWebsiteSets
impl TryFrom<BrowserProtocolCommands> for GetRelatedWebsiteSets
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, <GetRelatedWebsiteSets as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetRelatedWebsiteSets as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetRelatedWebsiteSets
impl TryFrom<Command> for GetRelatedWebsiteSets
Source§impl TryFrom<StorageCommands> for GetRelatedWebsiteSets
impl TryFrom<StorageCommands> for GetRelatedWebsiteSets
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, <GetRelatedWebsiteSets as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetRelatedWebsiteSets as TryFrom<StorageCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetRelatedWebsiteSets
Auto Trait Implementations§
impl Freeze for GetRelatedWebsiteSets
impl RefUnwindSafe for GetRelatedWebsiteSets
impl Send for GetRelatedWebsiteSets
impl Sync for GetRelatedWebsiteSets
impl Unpin for GetRelatedWebsiteSets
impl UnsafeUnpin for GetRelatedWebsiteSets
impl UnwindSafe for GetRelatedWebsiteSets
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