pub struct OpenUrl {
pub dialog_id: String,
pub account_index: JsUInt,
pub account_url_type: AccountUrlType,
}Fields§
§dialog_id: String§account_index: JsUInt§account_url_type: AccountUrlTypeTrait Implementations§
Source§impl<'de> Deserialize<'de> for OpenUrl
impl<'de> Deserialize<'de> for OpenUrl
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 OpenUrl
impl Method for OpenUrl
const NAME: &'static str = "FedCm.openUrl"
type ReturnObject = OpenUrlReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for OpenUrl
Auto Trait Implementations§
impl Freeze for OpenUrl
impl RefUnwindSafe for OpenUrl
impl Send for OpenUrl
impl Sync for OpenUrl
impl Unpin for OpenUrl
impl UnwindSafe for OpenUrl
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