pub struct AggregatedBook;Expand description
AggregatedBook (266).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AggregatedBook
impl RefUnwindSafe for AggregatedBook
impl Send for AggregatedBook
impl Sync for AggregatedBook
impl Unpin for AggregatedBook
impl UnsafeUnpin for AggregatedBook
impl UnwindSafe for AggregatedBook
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