pub struct history;Trait Implementations§
Source§impl HasArgument<after> for history
impl HasArgument<after> for history
Source§impl HasArgument<before> for history
impl HasArgument<before> for history
Source§impl HasArgument<first> for history
impl HasArgument<first> for history
Source§impl HasArgument<includeArchived> for history
impl HasArgument<includeArchived> for history
Source§impl HasArgument<last> for history
impl HasArgument<last> for history
Source§impl HasArgument<orderBy> for history
impl HasArgument<orderBy> for history
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<history> for ProjectSearchResult
impl HasField<history> for ProjectSearchResult
Source§type Type = ProjectHistoryConnection
type Type = ProjectHistoryConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for history
impl RefUnwindSafe for history
impl Send for history
impl Sync for history
impl Unpin for history
impl UnwindSafe for history
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