pub struct InlineInput { /* private fields */ }
Implementations§
Source§impl InlineInput
impl InlineInput
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InlineInput
impl !RefUnwindSafe for InlineInput
impl Send for InlineInput
impl Sync for InlineInput
impl Unpin for InlineInput
impl !UnwindSafe for InlineInput
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