pub struct InputGroup;Expand description
InputGroup wraps an input with optional leading/trailing addons.
Implementations§
Source§impl InputGroup
impl InputGroup
Auto Trait Implementations§
impl Freeze for InputGroup
impl RefUnwindSafe for InputGroup
impl Send for InputGroup
impl Sync for InputGroup
impl Unpin for InputGroup
impl UnsafeUnpin for InputGroup
impl UnwindSafe for InputGroup
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