pub enum Autocomplete {
On,
Off,
}
Expand description
Value for Attr::Autocomplete()
.
Variants§
Trait Implementations§
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