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