pub struct Arbor {
pub autocomplete: Autocomplete,
}Fields§
§autocomplete: AutocompleteImplementations§
Auto Trait Implementations§
impl Freeze for Arbor
impl !RefUnwindSafe for Arbor
impl Send for Arbor
impl Sync for Arbor
impl Unpin for Arbor
impl !UnwindSafe for Arbor
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