pub struct DiscoveryInfo {
pub ip: String,
pub name: String,
pub model: String,
pub serial: String,
pub firmware: String,
}Fields§
§ip: String§name: String§model: String§serial: String§firmware: StringAuto Trait Implementations§
impl Freeze for DiscoveryInfo
impl RefUnwindSafe for DiscoveryInfo
impl Send for DiscoveryInfo
impl Sync for DiscoveryInfo
impl Unpin for DiscoveryInfo
impl UnwindSafe for DiscoveryInfo
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