Enum floating_ui_utils::dom::OverflowAncestor
source · 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 copy 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 moreAuto 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