Struct otdrs::types::SupplierParametersBlock[][src]

pub struct SupplierParametersBlock<'a> {
    pub supplier_name: &'a str,
    pub otdr_mainframe_id: &'a str,
    pub otdr_mainframe_sn: &'a str,
    pub optical_module_id: &'a str,
    pub optical_module_sn: &'a str,
    pub software_revision: &'a str,
    pub other: &'a str,
}
Expand description

Supplier parameters describe the OTDR unit itself, such as the optical module ID/serial number. Often this block also contains information about calibration dates in the “other” field.

Fields

supplier_name: &'a str

Manufacturer of the OTDR

otdr_mainframe_id: &'a str

Mainframe model number

otdr_mainframe_sn: &'a str

Mainframe serial number

optical_module_id: &'a str

Optical module model number

optical_module_sn: &'a str

Optical module serial number

software_revision: &'a str

Software revision

other: &'a str

Free text

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. 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.

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.