pub struct SimpleDocMap { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for SimpleDocMap
impl Debug for SimpleDocMap
Auto Trait Implementations§
impl Freeze for SimpleDocMap
impl RefUnwindSafe for SimpleDocMap
impl Send for SimpleDocMap
impl Sync for SimpleDocMap
impl Unpin for SimpleDocMap
impl UnwindSafe for SimpleDocMap
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