pub struct topComment;
Trait Implementations§
Source§impl Field for topComment
impl Field for topComment
Source§impl HasField<topComment> for WrappedDataByYear
impl HasField<topComment> for WrappedDataByYear
Source§type Type = Option<TopComment>
type Type = Option<TopComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for topComment
impl RefUnwindSafe for topComment
impl Send for topComment
impl Sync for topComment
impl Unpin for topComment
impl UnwindSafe for topComment
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