pub struct Doc { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Doc
impl Eq for Doc
impl Send for Doc
Data Operation Circuit
impl StructuralPartialEq for Doc
impl Sync for Doc
Auto Trait Implementations§
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