pub struct Navigate {
pub url: String,
pub referrer: Option<String>,
pub transition_type: Option<TransitionType>,
pub frame_id: Option<FrameId>,
pub referrer_policy: Option<ReferrerPolicy>,
}Fields§
§url: String§referrer: Option<String>§transition_type: Option<TransitionType>§frame_id: Option<FrameId>§referrer_policy: Option<ReferrerPolicy>Trait Implementations§
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
const NAME: &'static str = "Page.navigate"
type ReturnObject = NavigateReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Auto Trait Implementations§
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