Enum accesskit::AutoComplete
source · #[repr(u8)]pub enum AutoComplete {
Inline = 0,
List = 1,
Both = 2,
}
Variants§
Trait Implementations§
source§impl Clone for AutoComplete
impl Clone for AutoComplete
source§fn clone(&self) -> AutoComplete
fn clone(&self) -> AutoComplete
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 Debug for AutoComplete
impl Debug for AutoComplete
source§impl Hash for AutoComplete
impl Hash for AutoComplete
source§impl PartialEq for AutoComplete
impl PartialEq for AutoComplete
source§fn eq(&self, other: &AutoComplete) -> bool
fn eq(&self, other: &AutoComplete) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AutoComplete
impl Eq for AutoComplete
impl StructuralEq for AutoComplete
impl StructuralPartialEq for AutoComplete
Auto Trait Implementations§
impl RefUnwindSafe for AutoComplete
impl Send for AutoComplete
impl Sync for AutoComplete
impl Unpin for AutoComplete
impl UnwindSafe for AutoComplete
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