pub struct tableOfContents;
Trait Implementations§
Source§impl Field for tableOfContents
impl Field for tableOfContents
Source§impl HasArgument<version> for tableOfContents
impl HasArgument<version> for tableOfContents
Source§impl HasField<tableOfContents> for MultiDocument
impl HasField<tableOfContents> for MultiDocument
Auto Trait Implementations§
impl Freeze for tableOfContents
impl RefUnwindSafe for tableOfContents
impl Send for tableOfContents
impl Sync for tableOfContents
impl Unpin for tableOfContents
impl UnwindSafe for tableOfContents
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