pub struct tableOfContents;
Trait Implementations§
Source§impl Field for tableOfContents
impl Field for tableOfContents
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