pub struct Document;Trait Implementations§
Source§impl HasField<__typename> for Document
impl HasField<__typename> for Document
Source§impl HasField<archivedAt> for Document
impl HasField<archivedAt> for Document
Source§impl HasField<comments> for Document
impl HasField<comments> for Document
Source§type Type = CommentConnection
type Type = CommentConnection
The schema marker type of this field.
Source§impl HasField<contentState> for Document
impl HasField<contentState> for Document
Source§impl HasField<documentContentId> for Document
impl HasField<documentContentId> for Document
Source§impl HasField<initiative> for Document
impl HasField<initiative> for Document
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<lastAppliedTemplate> for Document
impl HasField<lastAppliedTemplate> for Document
impl HasSubtype<Document> for Node
Auto Trait Implementations§
impl Freeze for Document
impl RefUnwindSafe for Document
impl Send for Document
impl Sync for Document
impl Unpin for Document
impl UnwindSafe for Document
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