pub enum Units {
Show 23 variants yottafarad(yottafarad), zettafarad(zettafarad), exafarad(exafarad), petafarad(petafarad), terafarad(terafarad), gigafarad(gigafarad), megafarad(megafarad), kilofarad(kilofarad), hectofarad(hectofarad), decafarad(decafarad), farad(farad), decifarad(decifarad), centifarad(centifarad), millifarad(millifarad), microfarad(microfarad), nanofarad(nanofarad), picofarad(picofarad), femtofarad(femtofarad), attofarad(attofarad), zeptofarad(zeptofarad), yoctofarad(yoctofarad), abfarad(abfarad), statfarad(statfarad), // some variants omitted
}
Expand description

Unit enum.

Variants

yottafarad(yottafarad)

Tuple Fields

yottafarads

zettafarad(zettafarad)

Tuple Fields

zettafarads

exafarad(exafarad)

Tuple Fields

exafarads

petafarad(petafarad)

Tuple Fields

petafarads

terafarad(terafarad)

Tuple Fields

terafarads

gigafarad(gigafarad)

Tuple Fields

gigafarads

megafarad(megafarad)

Tuple Fields

megafarads

kilofarad(kilofarad)

Tuple Fields

kilofarads

hectofarad(hectofarad)

Tuple Fields

hectofarads

decafarad(decafarad)

Tuple Fields

decafarads

farad(farad)

Tuple Fields

0: farad

farads

decifarad(decifarad)

Tuple Fields

decifarads

centifarad(centifarad)

Tuple Fields

centifarads

millifarad(millifarad)

Tuple Fields

millifarads

microfarad(microfarad)

Tuple Fields

microfarads

nanofarad(nanofarad)

Tuple Fields

nanofarads

picofarad(picofarad)

Tuple Fields

picofarads

femtofarad(femtofarad)

Tuple Fields

femtofarads

attofarad(attofarad)

Tuple Fields

attofarads

zeptofarad(zeptofarad)

Tuple Fields

zeptofarads

yoctofarad(yoctofarad)

Tuple Fields

yoctofarads

abfarad(abfarad)

Tuple Fields

abfarads

statfarad(statfarad)

Tuple Fields

statfarads

Implementations

Unit abbreviation.

Unit singular description.

Unit plural description.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.