pub struct DeviceSerial(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for DeviceSerial
impl AsRef<str> for DeviceSerial
Source§impl Borrow<str> for DeviceSerial
impl Borrow<str> for DeviceSerial
Source§impl Clone for DeviceSerial
impl Clone for DeviceSerial
Source§fn clone(&self) -> DeviceSerial
fn clone(&self) -> DeviceSerial
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 DeviceSerial
impl Debug for DeviceSerial
Source§impl<'de> Deserialize<'de> for DeviceSerial
impl<'de> Deserialize<'de> for DeviceSerial
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 Display for DeviceSerial
impl Display for DeviceSerial
Source§impl From<&str> for DeviceSerial
impl From<&str> for DeviceSerial
Source§impl From<String> for DeviceSerial
impl From<String> for DeviceSerial
Source§impl FromStr for DeviceSerial
impl FromStr for DeviceSerial
Source§impl Hash for DeviceSerial
impl Hash for DeviceSerial
Source§impl JsonSchema for DeviceSerial
impl JsonSchema for DeviceSerial
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq<&str> for DeviceSerial
impl PartialEq<&str> for DeviceSerial
Source§impl PartialEq<str> for DeviceSerial
impl PartialEq<str> for DeviceSerial
Source§impl PartialEq for DeviceSerial
impl PartialEq for DeviceSerial
Source§impl Serialize for DeviceSerial
impl Serialize for DeviceSerial
impl Eq for DeviceSerial
impl StructuralPartialEq for DeviceSerial
Auto Trait Implementations§
impl Freeze for DeviceSerial
impl RefUnwindSafe for DeviceSerial
impl Send for DeviceSerial
impl Sync for DeviceSerial
impl Unpin for DeviceSerial
impl UnsafeUnpin for DeviceSerial
impl UnwindSafe for DeviceSerial
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