Struct playdate_tool::model::SerialNumber
source · pub struct SerialNumber(/* private fields */);Expand description
Represents a device serial number. e.g.: PDU1-Y000235
Implementations§
source§impl SerialNumber
impl SerialNumber
pub fn contained_in<S: AsRef<str>>(s: S) -> Option<Self>
Trait Implementations§
source§impl Clone for SerialNumber
impl Clone for SerialNumber
source§fn clone(&self) -> SerialNumber
fn clone(&self) -> SerialNumber
Returns a copy 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 SerialNumber
impl Debug for SerialNumber
source§impl Display for SerialNumber
impl Display for SerialNumber
source§impl FromStr for SerialNumber
impl FromStr for SerialNumber
source§impl PartialEq<SerialNumber> for SerialNumber
impl PartialEq<SerialNumber> for SerialNumber
source§impl TryFrom<&Path> for SerialNumber
impl TryFrom<&Path> for SerialNumber
source§impl TryFrom<&str> for SerialNumber
impl TryFrom<&str> for SerialNumber
Auto Trait Implementations§
impl RefUnwindSafe for SerialNumber
impl Send for SerialNumber
impl Sync for SerialNumber
impl Unpin for SerialNumber
impl UnwindSafe for SerialNumber
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
§impl<I, T> ExtractContext<I, ()> for T
impl<I, T> ExtractContext<I, ()> for T
§fn extract_context(self, _original_input: I)
fn extract_context(self, _original_input: I)
Given the context attached to a nom error, and given the original
input to the nom parser, extract more the useful context information. Read more
§impl<T> Indentable for Twhere
T: Display,
impl<T> Indentable for Twhere T: Display,
§impl<I> RecreateContext<I> for I
impl<I> RecreateContext<I> for I
§fn recreate_context(_original_input: I, tail: I) -> I
fn recreate_context(_original_input: I, tail: I) -> I
Given the original input, as well as the context reported by nom,
recreate a context in the original string where the error occurred. Read more