pub struct CompleteInput {
pub placeholder: Option<bool>,
}Fields§
§placeholder: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompleteInput
impl RefUnwindSafe for CompleteInput
impl Send for CompleteInput
impl Sync for CompleteInput
impl Unpin for CompleteInput
impl UnsafeUnpin for CompleteInput
impl UnwindSafe for CompleteInput
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