pub struct Results {
pub version: u8,
pub acct_cbc: bool,
pub accounts: Vec<Account>,
}
Expand description
LPBD’s findings
Fields§
§version: u8
§acct_cbc: bool
§accounts: Vec<Account>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Results
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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