pub struct SelectorRequest {
pub selector: String,
pub frame_selector: Option<String>,
}Fields§
§selector: String§frame_selector: Option<String>Trait Implementations§
Source§impl Clone for SelectorRequest
impl Clone for SelectorRequest
Source§fn clone(&self) -> SelectorRequest
fn clone(&self) -> SelectorRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectorRequest
impl Debug for SelectorRequest
Auto Trait Implementations§
impl Freeze for SelectorRequest
impl RefUnwindSafe for SelectorRequest
impl Send for SelectorRequest
impl Sync for SelectorRequest
impl Unpin for SelectorRequest
impl UnsafeUnpin for SelectorRequest
impl UnwindSafe for SelectorRequest
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