pub enum TransitionType {
Show 13 variants
Link,
Typed,
AddressBar,
AutoBookmark,
AutoSubframe,
ManualSubframe,
Generated,
AutoToplevel,
FormSubmit,
Reload,
Keyword,
KeywordGenerated,
Other,
}Available on crate features
Page and Debugger and DOM and IO and Network and Runtime only.Variants§
Link
link
Typed
typed
AddressBar
address_bar
AutoBookmark
auto_bookmark
AutoSubframe
auto_subframe
ManualSubframe
manual_subframe
Generated
generated
AutoToplevel
auto_toplevel
FormSubmit
form_submit
Reload
reload
Keyword
keyword
KeywordGenerated
keyword_generated
Other
other
Trait Implementations§
Source§impl Clone for TransitionType
impl Clone for TransitionType
Source§fn clone(&self) -> TransitionType
fn clone(&self) -> TransitionType
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 TransitionType
impl Debug for TransitionType
Source§impl<'de> Deserialize<'de> for TransitionType
impl<'de> Deserialize<'de> for TransitionType
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
Auto Trait Implementations§
impl Freeze for TransitionType
impl RefUnwindSafe for TransitionType
impl Send for TransitionType
impl Sync for TransitionType
impl Unpin for TransitionType
impl UnwindSafe for TransitionType
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