pub struct DialogShown {
pub method: DialogShownMethod,
pub params: DialogShownParams,
}Fields§
§method: DialogShownMethod§params: DialogShownParamsImplementations§
Source§impl DialogShown
impl DialogShown
pub const IDENTIFIER: &'static str = "FedCm.dialogShown"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DialogShown
impl Clone for DialogShown
Source§fn clone(&self) -> DialogShown
fn clone(&self) -> DialogShown
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 Debug for DialogShown
impl Debug for DialogShown
Source§impl<'de> Deserialize<'de> for DialogShown
impl<'de> Deserialize<'de> for DialogShown
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<DialogShown> for BrowserProtocolEvents
impl From<DialogShown> for BrowserProtocolEvents
Source§fn from(v: DialogShown) -> Self
fn from(v: DialogShown) -> Self
Converts to this type from the input type.
Source§impl From<DialogShown> for Event
impl From<DialogShown> for Event
Source§fn from(v: DialogShown) -> Self
fn from(v: DialogShown) -> Self
Converts to this type from the input type.
Source§impl From<DialogShown> for FedCmEvents
impl From<DialogShown> for FedCmEvents
Source§fn from(v: DialogShown) -> Self
fn from(v: DialogShown) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DialogShown
impl PartialEq for DialogShown
Source§impl Serialize for DialogShown
impl Serialize for DialogShown
Source§impl TryFrom<BrowserProtocolEvents> for DialogShown
impl TryFrom<BrowserProtocolEvents> for DialogShown
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <DialogShown as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <DialogShown as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for DialogShown
impl TryFrom<Event> for DialogShown
Source§impl TryFrom<FedCmEvents> for DialogShown
impl TryFrom<FedCmEvents> for DialogShown
Source§type Error = FedCmEvents
type Error = FedCmEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: FedCmEvents,
) -> Result<Self, <DialogShown as TryFrom<FedCmEvents>>::Error>
fn try_from( e: FedCmEvents, ) -> Result<Self, <DialogShown as TryFrom<FedCmEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for DialogShown
Auto Trait Implementations§
impl Freeze for DialogShown
impl RefUnwindSafe for DialogShown
impl Send for DialogShown
impl Sync for DialogShown
impl Unpin for DialogShown
impl UnsafeUnpin for DialogShown
impl UnwindSafe for DialogShown
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