Struct webkit2gtk::AutomationSessionBuilder
source · [−]pub struct AutomationSessionBuilder {}
Expand description
A builder-pattern type to construct AutomationSession
objects.
Implementations
Create a new AutomationSessionBuilder
.
Build the AutomationSession
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AutomationSessionBuilder
impl Send for AutomationSessionBuilder
impl Sync for AutomationSessionBuilder
impl Unpin for AutomationSessionBuilder
impl UnwindSafe for AutomationSessionBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more