pub struct SelectorsResult(/* private fields */);
Trait Implementations§
Source§impl Display for SelectorsResult
impl Display for SelectorsResult
Auto Trait Implementations§
impl Freeze for SelectorsResult
impl RefUnwindSafe for SelectorsResult
impl Send for SelectorsResult
impl Sync for SelectorsResult
impl Unpin for SelectorsResult
impl UnwindSafe for SelectorsResult
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