pub struct InputName(/* private fields */);Expand description
Bounded input name used by reader validation.
Implementations§
Trait Implementations§
impl Eq for InputName
impl StructuralPartialEq for InputName
Auto Trait Implementations§
impl Freeze for InputName
impl RefUnwindSafe for InputName
impl Send for InputName
impl Sync for InputName
impl Unpin for InputName
impl UnsafeUnpin for InputName
impl UnwindSafe for InputName
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