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