pub struct SelectorValue {
pub exclude_minect_cursor: bool,
}
Fields§
§exclude_minect_cursor: bool
Trait Implementations§
Source§impl Clone for SelectorValue
impl Clone for SelectorValue
Source§fn clone(&self) -> SelectorValue
fn clone(&self) -> SelectorValue
Returns a copy 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 SelectorValue
impl Debug for SelectorValue
Source§impl Default for SelectorValue
impl Default for SelectorValue
Source§impl PartialEq for SelectorValue
impl PartialEq for SelectorValue
impl StructuralPartialEq for SelectorValue
Auto Trait Implementations§
impl Freeze for SelectorValue
impl RefUnwindSafe for SelectorValue
impl Send for SelectorValue
impl Sync for SelectorValue
impl Unpin for SelectorValue
impl UnwindSafe for SelectorValue
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