Enum accessibility_tree::style::values::DisplayInside
source · pub enum DisplayInside {
Flow,
FlowRoot,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for DisplayInside
impl Clone for DisplayInside
source§fn clone(&self) -> DisplayInside
fn clone(&self) -> DisplayInside
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 moresource§impl PartialEq for DisplayInside
impl PartialEq for DisplayInside
source§fn eq(&self, other: &DisplayInside) -> bool
fn eq(&self, other: &DisplayInside) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DisplayInside
impl Eq for DisplayInside
impl StructuralPartialEq for DisplayInside
Auto Trait Implementations§
impl RefUnwindSafe for DisplayInside
impl Send for DisplayInside
impl Sync for DisplayInside
impl Unpin for DisplayInside
impl UnwindSafe for DisplayInside
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