pub struct NonEmptyInput;
Expand description
Takes an input that isn’t empty
Trait Implementations§
Source§impl TryRead for NonEmptyInput
impl TryRead for NonEmptyInput
Auto Trait Implementations§
impl Freeze for NonEmptyInput
impl RefUnwindSafe for NonEmptyInput
impl Send for NonEmptyInput
impl Sync for NonEmptyInput
impl Unpin for NonEmptyInput
impl UnwindSafe for NonEmptyInput
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