pub struct out_of_range;
Trait Implementations§
Source§impl Clone for out_of_range
impl Clone for out_of_range
Source§fn clone(&self) -> out_of_range
fn clone(&self) -> out_of_range
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl CssPseudoClass for out_of_range
impl CssPseudoClass for out_of_range
fn is_pseudo_class(&self)
Source§impl CssSelector for out_of_range
impl CssSelector for out_of_range
fn is_selector(&self)
Auto Trait Implementations§
impl Freeze for out_of_range
impl RefUnwindSafe for out_of_range
impl Send for out_of_range
impl Sync for out_of_range
impl Unpin for out_of_range
impl UnwindSafe for out_of_range
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