pub enum OverflowAncestor {
Element(Element),
Window(Window),
}Variants§
Trait Implementations§
Source§impl Clone for OverflowAncestor
impl Clone for OverflowAncestor
Source§fn clone(&self) -> OverflowAncestor
fn clone(&self) -> OverflowAncestor
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 OverflowAncestor
impl Debug for OverflowAncestor
Source§impl PartialEq for OverflowAncestor
impl PartialEq for OverflowAncestor
Source§fn eq(&self, other: &OverflowAncestor) -> bool
fn eq(&self, other: &OverflowAncestor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OverflowAncestor
Auto Trait Implementations§
impl !Send for OverflowAncestor
impl !Sync for OverflowAncestor
impl Freeze for OverflowAncestor
impl RefUnwindSafe for OverflowAncestor
impl Unpin for OverflowAncestor
impl UnsafeUnpin for OverflowAncestor
impl UnwindSafe for OverflowAncestor
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