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