pub struct OntInfoByDesc {
pub fsp: Fsp,
pub ont_id: u32,
pub serial_number: String,
pub control_flag: String,
pub run_state: String,
pub config_state: String,
pub match_state: String,
pub protect_side: String,
pub description: String,
}Fields§
§fsp: Fsp§ont_id: u32§serial_number: String§control_flag: String§run_state: String§config_state: String§match_state: String§protect_side: String§description: StringTrait Implementations§
Source§impl Debug for OntInfoByDesc
impl Debug for OntInfoByDesc
Source§impl Default for OntInfoByDesc
impl Default for OntInfoByDesc
Source§fn default() -> OntInfoByDesc
fn default() -> OntInfoByDesc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OntInfoByDesc
impl RefUnwindSafe for OntInfoByDesc
impl Send for OntInfoByDesc
impl Sync for OntInfoByDesc
impl Unpin for OntInfoByDesc
impl UnsafeUnpin for OntInfoByDesc
impl UnwindSafe for OntInfoByDesc
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