pub enum Manufacturer {
Unknown,
Ledger,
}
Variants§
Trait Implementations§
source§impl AsRef<str> for Manufacturer
impl AsRef<str> for Manufacturer
source§impl Clone for Manufacturer
impl Clone for Manufacturer
source§fn clone(&self) -> Manufacturer
fn clone(&self) -> Manufacturer
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 Manufacturer
impl Debug for Manufacturer
source§impl Default for Manufacturer
impl Default for Manufacturer
source§impl Display for Manufacturer
impl Display for Manufacturer
source§impl FromStr for Manufacturer
impl FromStr for Manufacturer
source§impl PartialEq for Manufacturer
impl PartialEq for Manufacturer
source§fn eq(&self, other: &Manufacturer) -> bool
fn eq(&self, other: &Manufacturer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for Manufacturer
impl TryFrom<&str> for Manufacturer
impl Copy for Manufacturer
impl Eq for Manufacturer
impl StructuralPartialEq for Manufacturer
Auto Trait Implementations§
impl Freeze for Manufacturer
impl RefUnwindSafe for Manufacturer
impl Send for Manufacturer
impl Sync for Manufacturer
impl Unpin for Manufacturer
impl UnwindSafe for Manufacturer
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