pub struct Book {
pub positions: HashMap<String, BookPosition>,
pub max_depth: usize,
pub me: Option<String>,
}
Expand description
book
Fields§
§positions: HashMap<String, BookPosition>
positions
max_depth: usize
max depth
me: Option<String>
me
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Book
impl RefUnwindSafe for Book
impl Send for Book
impl Sync for Book
impl Unpin for Book
impl UnwindSafe for Book
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