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