pub struct PinIdFromStrError;Expand description
Error obtained when trying to parse a PinId either through PinId::from_path or through the FromStr implementation.
Trait Implementations§
Source§impl Clone for PinIdFromStrError
impl Clone for PinIdFromStrError
Source§fn clone(&self) -> PinIdFromStrError
fn clone(&self) -> PinIdFromStrError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PinIdFromStrError
impl Debug for PinIdFromStrError
Source§impl Default for PinIdFromStrError
impl Default for PinIdFromStrError
Source§fn default() -> PinIdFromStrError
fn default() -> PinIdFromStrError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PinIdFromStrError
impl<'de> Deserialize<'de> for PinIdFromStrError
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
Source§impl Hash for PinIdFromStrError
impl Hash for PinIdFromStrError
Source§impl Ord for PinIdFromStrError
impl Ord for PinIdFromStrError
Source§fn cmp(&self, other: &PinIdFromStrError) -> Ordering
fn cmp(&self, other: &PinIdFromStrError) -> Ordering
1.21.0 · 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 PartialEq for PinIdFromStrError
impl PartialEq for PinIdFromStrError
Source§impl PartialOrd for PinIdFromStrError
impl PartialOrd for PinIdFromStrError
Source§impl Serialize for PinIdFromStrError
impl Serialize for PinIdFromStrError
impl Copy for PinIdFromStrError
impl Eq for PinIdFromStrError
impl StructuralPartialEq for PinIdFromStrError
Auto Trait Implementations§
impl Freeze for PinIdFromStrError
impl RefUnwindSafe for PinIdFromStrError
impl Send for PinIdFromStrError
impl Sync for PinIdFromStrError
impl Unpin for PinIdFromStrError
impl UnwindSafe for PinIdFromStrError
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