Struct ledger_mob::LedgerInfo
pub struct LedgerInfo {
pub model: Model,
pub conn: ConnInfo,
}
Expand description
Ledger device information
Fields§
§model: Model
Device Model
conn: ConnInfo
Device connection information
Trait Implementations§
§impl Clone for LedgerInfo
impl Clone for LedgerInfo
§fn clone(&self) -> LedgerInfo
fn clone(&self) -> LedgerInfo
Returns a copy 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 more§impl Debug for LedgerInfo
impl Debug for LedgerInfo
§impl Display for LedgerInfo
impl Display for LedgerInfo
§impl PartialEq<LedgerInfo> for LedgerInfo
impl PartialEq<LedgerInfo> for LedgerInfo
§fn eq(&self, other: &LedgerInfo) -> bool
fn eq(&self, other: &LedgerInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LedgerInfo
Auto Trait Implementations§
impl RefUnwindSafe for LedgerInfo
impl Send for LedgerInfo
impl Sync for LedgerInfo
impl Unpin for LedgerInfo
impl UnwindSafe for LedgerInfo
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