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