#[repr(C)]pub struct IntersectionBook { /* private fields */ }
Trait Implementations§
Source§impl ExternType for IntersectionBook
impl ExternType for IntersectionBook
Auto Trait Implementations§
impl Freeze for IntersectionBook
impl RefUnwindSafe for IntersectionBook
impl !Send for IntersectionBook
impl !Sync for IntersectionBook
impl !Unpin for IntersectionBook
impl UnwindSafe for IntersectionBook
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