pub struct LedgerInfo {
pub model: Model,
pub conn: ConnInfo,
}
Expand description
Ledger device information
Fields§
§model: Model
Device Model
conn: ConnInfo
Device connection information
Implementations§
Trait Implementations§
Source§impl Clone for LedgerInfo
impl Clone for LedgerInfo
Source§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 moreSource§impl Debug for LedgerInfo
impl Debug for LedgerInfo
Source§impl Display for LedgerInfo
impl Display for LedgerInfo
Source§impl PartialEq for LedgerInfo
impl PartialEq for LedgerInfo
impl StructuralPartialEq for LedgerInfo
Auto Trait Implementations§
impl Freeze for LedgerInfo
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