pub struct stub_book_order {}
Implementations§
Auto Trait Implementations§
impl Freeze for stub_book_order
impl RefUnwindSafe for stub_book_order
impl Send for stub_book_order
impl Sync for stub_book_order
impl Unpin for stub_book_order
impl UnwindSafe for stub_book_order
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