pub struct suggestion;
Trait Implementations§
Source§impl Field for suggestion
impl Field for suggestion
Auto Trait Implementations§
impl Freeze for suggestion
impl RefUnwindSafe for suggestion
impl Send for suggestion
impl Sync for suggestion
impl Unpin for suggestion
impl UnwindSafe for suggestion
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