pub struct ScopeRequest {
pub selector: Option<String>,
pub frame_selector: Option<String>,
}Fields§
§selector: Option<String>§frame_selector: Option<String>Trait Implementations§
Source§impl Clone for ScopeRequest
impl Clone for ScopeRequest
Source§fn clone(&self) -> ScopeRequest
fn clone(&self) -> ScopeRequest
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 ScopeRequest
impl Debug for ScopeRequest
Auto Trait Implementations§
impl Freeze for ScopeRequest
impl RefUnwindSafe for ScopeRequest
impl Send for ScopeRequest
impl Sync for ScopeRequest
impl Unpin for ScopeRequest
impl UnsafeUnpin for ScopeRequest
impl UnwindSafe for ScopeRequest
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