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
impl Copy for AutoComplete
impl Eq for AutoComplete
impl StructuralPartialEq for AutoComplete
Auto Trait Implementations§
impl Freeze for AutoComplete
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)