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 · 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
impl StructuralPartialEq for OverflowAncestor
Auto Trait Implementations§
impl Freeze for OverflowAncestor
impl RefUnwindSafe for OverflowAncestor
impl !Send for OverflowAncestor
impl !Sync for OverflowAncestor
impl Unpin 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