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