pub struct OntAutofindEntry {Show 13 fields
pub number: u32,
pub fsp: Fsp,
pub serial_number: String,
pub serial_number_readable: String,
pub password: String,
pub lo_id: String,
pub check_code: String,
pub vendor_id: String,
pub version: String,
pub software_version: String,
pub equipment_id: String,
pub customized_info: String,
pub auto_find_time: String,
}Fields§
§number: u32ONT entry number
fsp: FspFrame/Slot/Port
serial_number: StringONT serial number (raw)
serial_number_readable: StringONT serial number (human-readable format)
password: StringONT password
lo_id: StringLogical ONU Identifier
check_code: String§vendor_id: String§version: String§software_version: String§equipment_id: String§customized_info: String§auto_find_time: StringTrait Implementations§
Source§impl Clone for OntAutofindEntry
impl Clone for OntAutofindEntry
Source§fn clone(&self) -> OntAutofindEntry
fn clone(&self) -> OntAutofindEntry
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 ComposeSchema for OntAutofindEntry
impl ComposeSchema for OntAutofindEntry
Source§impl Debug for OntAutofindEntry
impl Debug for OntAutofindEntry
Source§impl<'de> Deserialize<'de> for OntAutofindEntry
impl<'de> Deserialize<'de> for OntAutofindEntry
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 Serialize for OntAutofindEntry
impl Serialize for OntAutofindEntry
Auto Trait Implementations§
impl Freeze for OntAutofindEntry
impl RefUnwindSafe for OntAutofindEntry
impl Send for OntAutofindEntry
impl Sync for OntAutofindEntry
impl Unpin for OntAutofindEntry
impl UnwindSafe for OntAutofindEntry
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