pub struct InputName(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InputName
impl<'de> Deserialize<'de> for InputName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InputName
Source§impl Ord for InputName
impl Ord for InputName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for InputName
impl PartialOrd 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