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