pub struct BookKeeper;
Implementations§
Source§impl BookKeeper
impl BookKeeper
pub fn new() -> BookKeeper
Trait Implementations§
Source§impl Default for BookKeeper
impl Default for BookKeeper
Source§fn default() -> BookKeeper
fn default() -> BookKeeper
Returns the “default value” for a type. Read more
Source§impl Preprocessor for BookKeeper
impl Preprocessor for BookKeeper
Auto Trait Implementations§
impl Freeze for BookKeeper
impl RefUnwindSafe for BookKeeper
impl Send for BookKeeper
impl Sync for BookKeeper
impl Unpin for BookKeeper
impl UnwindSafe for BookKeeper
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