pub struct SelectionRequest<'a>(/* private fields */);
Implementations§
Source§impl SelectionRequest<'_>
impl SelectionRequest<'_>
pub fn request_type(&self) -> SelectionRequestType
pub fn selected(&self) -> bool
pub fn range_direction(&self) -> i8
pub fn range_first_item(&self) -> usize
pub fn range_last_item(&self) -> usize
Auto Trait Implementations§
impl<'a> Freeze for SelectionRequest<'a>
impl<'a> RefUnwindSafe for SelectionRequest<'a>
impl<'a> Send for SelectionRequest<'a>
impl<'a> Sync for SelectionRequest<'a>
impl<'a> Unpin for SelectionRequest<'a>
impl<'a> UnwindSafe for SelectionRequest<'a>
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